Skip to content

Commit 9480467

Browse files
authored
Merge pull request #513 from sakaia/fix_download
Fix filename for download_saved_models
2 parents e7b036a + 3a220b7 commit 9480467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

advanced_source/ONNXLive.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ For now, we'll just download pre-trained models with the script provided by the
6363

6464
.. code-block:: bash
6565
66-
./download_saved_models.sh
66+
python download_saved_models.py
6767
6868
6969
This script downloads the pre-trained PyTorch models and puts them into the ``saved_models`` folder.

0 commit comments

Comments
 (0)