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
c732dfe2
Unverified
Commit
c732dfe2
authored
Apr 02, 2020
by
Francisco Massa
Committed by
GitHub
Apr 02, 2020
Browse files
Re-enable one torchvision CUDA CI for tests (#2048)
* Re-enable one torchvision CUDA CI for tests * Try with CUDA 9.2
parent
c1d41938
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
.circleci/config.yml
.circleci/config.yml
+4
-0
.circleci/config.yml.in
.circleci/config.yml.in
+4
-0
No files found.
.circleci/config.yml
View file @
c732dfe2
...
...
@@ -497,6 +497,10 @@ workflows:
name
:
binary_macos_conda_py3.8_cpu
python_version
:
'
3.8'
wheel_docker_image
:
pytorch/manylinux-cuda102
-
binary_linux_conda_cuda
:
name
:
torchvision_linux_py3.6_cu92_cuda
python_version
:
"
3.6"
cu_version
:
"
cu92"
-
binary_win_conda
:
name
:
torchvision_win_py3.6_cpu
python_version
:
"
3.6"
...
...
.circleci/config.yml.in
View file @
c732dfe2
...
...
@@ -299,6 +299,10 @@ workflows:
jobs:
- circleci_consistency
{{ workflows() }}
- binary_linux_conda_cuda:
name: torchvision_linux_py3.6_cu92_cuda
python_version: "3.6"
cu_version: "cu92"
- binary_win_conda:
name: torchvision_win_py3.6_cpu
python_version: "3.6"
...
...
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