Commit 420f4f95 authored by rusty1s's avatar rusty1s
Browse files

fix

parent 7cd95aba
......@@ -72,7 +72,7 @@ jobs:
- FORCE_CUDA=1
- CUDA_SHORT=9.2
- CUDA=9.2.148
- TORCH=${TORCH_VERSION}
- TORCH=${TORCH_VERSION}+92
- PATH=/c/Python37:/c/Python37/Scripts:$PATH
before_install:
- choco install python --version 3.7.6
......@@ -83,7 +83,7 @@ jobs:
# - FORCE_CUDA=1
# - CUDA_SHORT=10.1
# - CUDA=10.0.130_411.31
# - TORCH=${TORCH_VERSION}
# - TORCH=${TORCH_VERSION}+100
# - PATH=/c/Python37:/c/Python37/Scripts:$PATH
# before_install:
# - choco install python --version 3.7.6
......
......@@ -16,6 +16,7 @@ if [ "${TRAVIS_OS_NAME}" = "linux" ] && [ "${FORCE_CUDA}" == "1" ]; then
fi
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"
./cuda_${CUDA}_win10.exe
echo "DRIN"
# wget -q "http://developer.download.nvidia.com/compute/cuda/${CUDA_SHORT}/Prod/local_installers/cuda_${CUDA}_win10.exe"
# ./cuda_${CUDA}_win10.exe
fi
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment