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
05cfb159
Commit
05cfb159
authored
Feb 12, 2020
by
rusty1s
Browse files
update
parent
f9c13548
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
.travis.yml
.travis.yml
+2
-1
script/.gitignore
script/.gitignore
+1
-1
No files found.
.travis.yml
View file @
05cfb159
...
@@ -3,6 +3,7 @@ language: shell
...
@@ -3,6 +3,7 @@ language: shell
env
:
env
:
global
:
global
:
-
TORCH_VERSION=1.4.0
-
TORCH_VERSION=1.4.0
-
CUDA_HOME=/usr/local/cuda
# 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
...
@@ -95,7 +96,7 @@ jobs:
...
@@ -95,7 +96,7 @@ jobs:
# - choco install python --version 3.7.6
# - choco install python --version 3.7.6
install
:
install
:
-
source script/install.sh
#
- source script/install.sh
-
source script/conda.sh
-
source script/conda.sh
-
conda create --yes -n test python=3.7.6
-
conda create --yes -n test python=3.7.6
-
source activate test
-
source activate test
...
...
script/.gitignore
View file @
05cfb159
index
.html
*
.html
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