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
faa12872
Commit
faa12872
authored
Mar 11, 2022
by
rusty1s
Browse files
[ci skip]
parent
5f95c8e2
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
.github/workflows/building.yml
.github/workflows/building.yml
+3
-2
.github/workflows/cuda/cu115-Windows.sh
.github/workflows/cuda/cu115-Windows.sh
+2
-2
No files found.
.github/workflows/building.yml
View file @
faa12872
...
...
@@ -15,11 +15,12 @@ jobs:
python-version
:
[
'
3.7'
,
'
3.8'
,
'
3.9'
,
'
3.10'
]
torch-version
:
[
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
:
-
torch-version
:
1.11.0
cuda-version
:
'
cu111'
-
os
:
windows-
latest
-
os
:
windows-
2019
torch-version
:
1.11.0
cuda-version
:
'
cu102'
-
os
:
macos-10.15
...
...
.github/workflows/cuda/cu115-Windows.sh
View file @
faa12872
...
...
@@ -2,8 +2,8 @@
# 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"
#
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_URL
=
https://developer.download.nvidia.com/compute/cuda/
${
CUDA_SHORT
}
.2/local_installers
...
...
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