Commit faa12872 authored by rusty1s's avatar rusty1s
Browse files

[ci skip]

parent 5f95c8e2
...@@ -15,11 +15,12 @@ jobs: ...@@ -15,11 +15,12 @@ jobs:
python-version: ['3.7', '3.8', '3.9', '3.10'] python-version: ['3.7', '3.8', '3.9', '3.10']
torch-version: [1.11.0] torch-version: [1.11.0]
# torch-version: [1.10.0, 1.11.0] # torch-version: [1.10.0, 1.11.0]
cuda-version: ['cpu', 'cu102', 'cu111', 'cu113', 'cu115'] cuda-version: ['cu115']
# cuda-version: ['cpu', 'cu102', 'cu111', 'cu113', 'cu115']
exclude: exclude:
- torch-version: 1.11.0 - torch-version: 1.11.0
cuda-version: 'cu111' cuda-version: 'cu111'
- os: windows-latest - os: windows-2019
torch-version: 1.11.0 torch-version: 1.11.0
cuda-version: 'cu102' cuda-version: 'cu102'
- os: macos-10.15 - os: macos-10.15
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
# Install NVIDIA drivers, see: # Install NVIDIA drivers, see:
# https://github.com/pytorch/vision/blob/master/packaging/windows/internal/cuda_install.bat#L99-L102 # https://github.com/pytorch/vision/blob/master/packaging/windows/internal/cuda_install.bat#L99-L102
curl -k -L "https://drive.google.com/u/0/uc?id=1injUyo3lnarMgWyRcXqKg4UGnN0ysmuq&export=download" --output "/tmp/gpu_driver_dlls.zip" # curl -k -L "https://drive.google.com/u/0/uc?id=1injUyo3lnarMgWyRcXqKg4UGnN0ysmuq&export=download" --output "/tmp/gpu_driver_dlls.zip"
7z x "/tmp/gpu_driver_dlls.zip" -o"/c/Windows/System32" # 7z x "/tmp/gpu_driver_dlls.zip" -o"/c/Windows/System32"
export CUDA_SHORT=11.5 export CUDA_SHORT=11.5
export CUDA_URL=https://developer.download.nvidia.com/compute/cuda/${CUDA_SHORT}.2/local_installers export CUDA_URL=https://developer.download.nvidia.com/compute/cuda/${CUDA_SHORT}.2/local_installers
......
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