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
1e0f7942
Unverified
Commit
1e0f7942
authored
Jul 14, 2021
by
Nicolas Hug
Committed by
GitHub
Jul 14, 2021
Browse files
Don't install torchvision as editable mode when not needed (#4179)
parent
90a2402b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
.circleci/config.yml
.circleci/config.yml
+2
-2
.circleci/config.yml.in
.circleci/config.yml.in
+2
-2
No files found.
.circleci/config.yml
View file @
1e0f7942
...
...
@@ -241,7 +241,7 @@ jobs:
command
:
|
pip install --user --progress-bar off --pre torch -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
# need to install torchvision dependencies due to transitive imports
pip install --user --progress-bar off
--editable
.
pip install --user --progress-bar off .
pip install pytest
python test/test_hub.py
...
...
@@ -254,7 +254,7 @@ jobs:
command
:
|
pip install --user --progress-bar off --pre torch -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
# need to install torchvision dependencies due to transitive imports
pip install --user --progress-bar off
--editable
.
pip install --user --progress-bar off .
pip install --user onnx
pip install --user onnxruntime
pip install --user pytest
...
...
.circleci/config.yml.in
View file @
1e0f7942
...
...
@@ -241,7 +241,7 @@ jobs:
command: |
pip install --user --progress-bar off --pre torch -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
# need to install torchvision dependencies due to transitive imports
pip install --user --progress-bar off
--editable
.
pip install --user --progress-bar off .
pip install pytest
python test/test_hub.py
...
...
@@ -254,7 +254,7 @@ jobs:
command: |
pip install --user --progress-bar off --pre torch -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
# need to install torchvision dependencies due to transitive imports
pip install --user --progress-bar off
--editable
.
pip install --user --progress-bar off .
pip install --user onnx
pip install --user onnxruntime
pip install --user pytest
...
...
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