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
420f4f95
Commit
420f4f95
authored
Feb 11, 2020
by
rusty1s
Browse files
fix
parent
7cd95aba
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
.travis.yml
.travis.yml
+2
-2
install.sh
install.sh
+3
-2
No files found.
.travis.yml
View file @
420f4f95
...
@@ -72,7 +72,7 @@ jobs:
...
@@ -72,7 +72,7 @@ jobs:
-
FORCE_CUDA=1
-
FORCE_CUDA=1
-
CUDA_SHORT=9.2
-
CUDA_SHORT=9.2
-
CUDA=9.2.148
-
CUDA=9.2.148
-
TORCH=${TORCH_VERSION}
-
TORCH=${TORCH_VERSION}
+92
-
PATH=/c/Python37:/c/Python37/Scripts:$PATH
-
PATH=/c/Python37:/c/Python37/Scripts:$PATH
before_install
:
before_install
:
-
choco install python --version 3.7.6
-
choco install python --version 3.7.6
...
@@ -83,7 +83,7 @@ jobs:
...
@@ -83,7 +83,7 @@ jobs:
# - FORCE_CUDA=1
# - FORCE_CUDA=1
# - CUDA_SHORT=10.1
# - CUDA_SHORT=10.1
# - CUDA=10.0.130_411.31
# - CUDA=10.0.130_411.31
# - TORCH=${TORCH_VERSION}
# - TORCH=${TORCH_VERSION}
+100
# - PATH=/c/Python37:/c/Python37/Scripts:$PATH
# - PATH=/c/Python37:/c/Python37/Scripts:$PATH
# before_install:
# before_install:
# - choco install python --version 3.7.6
# - choco install python --version 3.7.6
...
...
install.sh
View file @
420f4f95
...
@@ -16,6 +16,7 @@ if [ "${TRAVIS_OS_NAME}" = "linux" ] && [ "${FORCE_CUDA}" == "1" ]; then
...
@@ -16,6 +16,7 @@ if [ "${TRAVIS_OS_NAME}" = "linux" ] && [ "${FORCE_CUDA}" == "1" ]; then
fi
fi
if
[
"
${
TRAVIS_OS_NAME
}
"
=
"windows"
]
&&
[
"
${
FORCE_CUDA
}
"
==
"1"
]
;
then
if
[
"
${
TRAVIS_OS_NAME
}
"
=
"windows"
]
&&
[
"
${
FORCE_CUDA
}
"
==
"1"
]
;
then
wget
-q
"http://developer.download.nvidia.com/compute/cuda/
${
CUDA_SHORT
}
/Prod/local_installers/cuda_
${
CUDA
}
_win10.exe"
echo
"DRIN"
./cuda_
${
CUDA
}
_win10.exe
# wget -q "http://developer.download.nvidia.com/compute/cuda/${CUDA_SHORT}/Prod/local_installers/cuda_${CUDA}_win10.exe"
# ./cuda_${CUDA}_win10.exe
fi
fi
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