Skip to content

Commit 64511bd

Browse files
committed
Fix download models job
1 parent 7d2b12e commit 64511bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.circleci/config.yml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ jobs:
360360
command: |
361361
sudo apt update -qy && sudo apt install -qy parallel wget
362362
mkdir -p ~/.cache/torch/hub/checkpoints
363-
python scripts/collect_model_urls.py torchvision/prototype/models \
363+
python scripts/collect_model_urls.py torchvision/models \
364364
| parallel -j0 'wget --no-verbose -O ~/.cache/torch/hub/checkpoints/`basename {}` {}\?source=ci'
365365
- install_torchvision
366366
- run:

0 commit comments

Comments
 (0)