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
02f46a57
Unverified
Commit
02f46a57
authored
Sep 02, 2020
by
vfdev
Committed by
GitHub
Sep 02, 2020
Browse files
Replaced pytorch cuda by cpu installation (#2640)
parent
ca3d1930
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.travis.yml
.travis.yml
+1
-1
No files found.
.travis.yml
View file @
02f46a57
...
...
@@ -22,7 +22,7 @@ before_install:
# Useful for debugging any issues with conda
-
conda info -a
-
conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION pytorch scipy -c pytorch-nightly
-
conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION
cpuonly
pytorch scipy -c pytorch-nightly
-
source activate test-environment
-
|
if [[ "$IMAGE_BACKEND" == "Pillow-SIMD" ]]; then
...
...
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