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
torch-scatter
Commits
88d93b75
Commit
88d93b75
authored
Feb 11, 2020
by
rusty1s
Browse files
cibw build
parent
6ac105a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
.travis.yml
.travis.yml
+3
-1
No files found.
.travis.yml
View file @
88d93b75
...
@@ -4,14 +4,15 @@ sudo: enabled
...
@@ -4,14 +4,15 @@ sudo: enabled
python
:
python
:
-
3.6
-
3.6
-
3.7
os
:
os
:
-
linux
-
linux
-
windows
env
:
env
:
global
:
global
:
-
TORCH_VERSION=1.4.0
-
TORCH_VERSION=1.4.0
-
CIBW_BUILD=cp36-*
jobs
:
jobs
:
-
FORCE_CUDA=0 TORCH=${TORCH_VERSION}+cpu
-
FORCE_CUDA=0 TORCH=${TORCH_VERSION}+cpu
-
FORCE_CUDA=1 CUDA_SHORT=9.2 CUDA=9.2.148-1 UBUNTU_VERSION=ubuntu1604 CUBLAS=cuda-cublas-dev-9-2 TORCH=${TORCH_VERSION}+cu92
-
FORCE_CUDA=1 CUDA_SHORT=9.2 CUDA=9.2.148-1 UBUNTU_VERSION=ubuntu1604 CUBLAS=cuda-cublas-dev-9-2 TORCH=${TORCH_VERSION}+cu92
...
@@ -21,6 +22,7 @@ env:
...
@@ -21,6 +22,7 @@ env:
jobs
:
jobs
:
include
:
include
:
-
os
:
osx
-
os
:
osx
python
:
3.6
env
:
FORCE_CUDA=0 TORCH=${TORCH_VERSION}
env
:
FORCE_CUDA=0 TORCH=${TORCH_VERSION}
before_install
:
before_install
:
...
...
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