Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
bca79575
Unverified
Commit
bca79575
authored
Nov 29, 2021
by
Vasilis Vryniotis
Committed by
GitHub
Nov 29, 2021
Browse files
Mark CircleCI downloads with `source=ci` (#4998)
parent
47281bbf
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
.circleci/config.yml
.circleci/config.yml
+2
-1
.circleci/config.yml.in
.circleci/config.yml.in
+2
-1
No files found.
.circleci/config.yml
View file @
bca79575
...
...
@@ -278,8 +278,9 @@ jobs:
background
:
true
command
:
|
sudo apt update -qy && sudo apt install -qy parallel wget
mkdir -p ~/.cache/torch/hub/checkpoints
python scripts/collect_model_urls.py torchvision/prototype/models \
| parallel -j0 wget --no-verbose -
P
~/.cache/torch/hub/checkpoints
{}
| parallel -j0
'
wget --no-verbose -
O
~/.cache/torch/hub/checkpoints
/`basename {}` {}\?source=ci'
-
run
:
name
:
Install torchvision
command
:
pip install --user --progress-bar off --no-build-isolation .
...
...
.circleci/config.yml.in
View file @
bca79575
...
...
@@ -278,8 +278,9 @@ jobs:
background: true
command: |
sudo apt update -qy && sudo apt install -qy parallel wget
mkdir -p ~/.cache/torch/hub/checkpoints
python scripts/collect_model_urls.py torchvision/prototype/models \
| parallel -j0 wget --no-verbose -
P
~/.cache/torch/hub/checkpoints
{}
| parallel -j0
'
wget --no-verbose -
O
~/.cache/torch/hub/checkpoints
/`basename {}` {}\?source=ci'
- run:
name: Install torchvision
command: pip install --user --progress-bar off --no-build-isolation .
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment