Skip to content

Commit 3a220b7

Browse files
committed
Fix filename for download_saved_models
This fix reflects examples #379 changes. https://github.com/pytorch/examples/pull/379/commits
1 parent 9fb9bdd commit 3a220b7

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)