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
2c1c5a51
Commit
2c1c5a51
authored
Jun 16, 2021
by
rusty1s
Browse files
[skip ci] update to cuda 10.1.2
parent
91903d3e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
.github/workflows/building.yml
.github/workflows/building.yml
+3
-1
.github/workflows/cuda/cu101-Windows.sh
.github/workflows/cuda/cu101-Windows.sh
+1
-1
No files found.
.github/workflows/building.yml
View file @
2c1c5a51
...
...
@@ -17,7 +17,7 @@ jobs:
# torch-version: [1.8.0, 1.9.0]
torch-version
:
[
1.8.0
]
# cuda-version: ['cpu', 'cu101', 'cu102', 'cu111']
cuda-version
:
[
'
cu101'
,
'
cu102'
]
cuda-version
:
[
'
cu101'
]
exclude
:
-
torch-version
:
1.9.0
cuda-version
:
'
cu101'
...
...
@@ -48,6 +48,8 @@ jobs:
run
:
|
pip install numpy typing-extensions
pip install --no-index --no-cache-dir torch==${{ matrix.torch-version}} -f https://download.pytorch.org/whl/${{ matrix.cuda-version }}/torch_stable.html
python -c "import torch; print('PyTorch:', torch.__version__)"
python -c "import torch; print('CUDA:', torch.version.cuda)"
-
name
:
Install main package for CPU
if
:
${{ matrix.cuda-version == 'cpu' }}
...
...
.github/workflows/cuda/cu101-Windows.sh
View file @
2c1c5a51
...
...
@@ -7,7 +7,7 @@ curl -k -L "https://drive.google.com/u/0/uc?id=1injUyo3lnarMgWyRcXqKg4UGnN0ysmuq
export
CUDA_SHORT
=
10.1
export
CUDA_URL
=
https://developer.nvidia.com/compute/cuda/
${
CUDA_SHORT
}
/Prod/local_installers
export
CUDA_FILE
=
cuda_
${
CUDA_SHORT
}
.
105_418.96
_win10.exe
export
CUDA_FILE
=
cuda_
${
CUDA_SHORT
}
.
243_426.00
_win10.exe
# Install CUDA:
curl
-k
-L
"
${
CUDA_URL
}
/
${
CUDA_FILE
}
"
--output
"
${
CUDA_FILE
}
"
...
...
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