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
b552d407
Commit
b552d407
authored
Mar 11, 2022
by
rusty1s
Browse files
[ci skip]
parent
faa12872
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
15 deletions
+6
-15
.github/workflows/building.yml
.github/workflows/building.yml
+6
-10
.github/workflows/cuda/cu115-Windows.sh
.github/workflows/cuda/cu115-Windows.sh
+0
-5
No files found.
.github/workflows/building.yml
View file @
b552d407
...
@@ -10,23 +10,19 @@ jobs:
...
@@ -10,23 +10,19 @@ jobs:
strategy
:
strategy
:
fail-fast
:
false
fail-fast
:
false
matrix
:
matrix
:
os
:
[
windows-2019
]
os
:
[
ubuntu-18.04
,
macos-10.15
,
windows-2019
]
# os: [ubuntu-18.04, macos-10.15, windows-2019]
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.10.0
,
1.11.0
]
# torch-version: [1.10.0, 1.11.0]
cuda-version
:
[
'
cpu'
,
'
cu102'
,
'
cu113'
,
'
cu115'
]
cuda-version
:
[
'
cu115'
]
# cuda-version: ['cpu', 'cu102', 'cu111', 'cu113', 'cu115']
exclude
:
exclude
:
-
torch-version
:
1.11.0
cuda-version
:
'
cu111'
-
os
:
windows-2019
-
os
:
windows-2019
torch-version
:
1.11.0
torch-version
:
1.11.0
cuda-version
:
'
cu102'
cuda-version
:
'
cu102'
-
os
:
windows-2019
torch-version
:
1.11.0
cuda-version
:
'
cu115'
-
os
:
macos-10.15
-
os
:
macos-10.15
cuda-version
:
'
cu102'
cuda-version
:
'
cu102'
-
os
:
macos-10.15
cuda-version
:
'
cu111'
-
os
:
macos-10.15
-
os
:
macos-10.15
cuda-version
:
'
cu113'
cuda-version
:
'
cu113'
-
os
:
macos-10.15
-
os
:
macos-10.15
...
...
.github/workflows/cuda/cu115-Windows.sh
View file @
b552d407
#!/bin/bash
#!/bin/bash
# Install NVIDIA drivers, see:
# 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"
# 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
export
CUDA_FILE
=
cuda_
${
CUDA_SHORT
}
.2_496.13_windows.exe
export
CUDA_FILE
=
cuda_
${
CUDA_SHORT
}
.2_496.13_windows.exe
...
...
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