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-spline-conv
Commits
7673cd3f
Commit
7673cd3f
authored
Nov 04, 2022
by
rusty1s
Browse files
update
parent
1a2d6f35
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
6 deletions
+10
-6
.github/workflows/building.yml
.github/workflows/building.yml
+4
-0
.github/workflows/cuda/cu117-Linux-env.sh
.github/workflows/cuda/cu117-Linux-env.sh
+0
-0
README.md
README.md
+6
-6
No files found.
.github/workflows/building.yml
View file @
7673cd3f
...
@@ -17,6 +17,10 @@ jobs:
...
@@ -17,6 +17,10 @@ jobs:
exclude
:
exclude
:
-
torch-version
:
1.12.0
-
torch-version
:
1.12.0
cuda-version
:
'
cu117'
cuda-version
:
'
cu117'
-
torch-version
:
1.13.0
cuda-version
:
'
cu102'
-
torch-version
:
1.13.0
cuda-version
:
'
cu113'
-
os
:
macos-10.15
-
os
:
macos-10.15
cuda-version
:
'
cu102'
cuda-version
:
'
cu102'
-
os
:
macos-10.15
-
os
:
macos-10.15
...
...
.github/workflows/cuda/cu117-Linx-env.sh
→
.github/workflows/cuda/cu117-Lin
u
x-env.sh
View file @
7673cd3f
File moved
README.md
View file @
7673cd3f
...
@@ -45,13 +45,13 @@ To install the binaries for PyTorch 1.13.0, simply run
...
@@ -45,13 +45,13 @@ To install the binaries for PyTorch 1.13.0, simply run
pip install torch-spline-conv -f https://data.pyg.org/whl/torch-1.12.0+${CUDA}.html
pip install torch-spline-conv -f https://data.pyg.org/whl/torch-1.12.0+${CUDA}.html
```
```
where
`${CUDA}`
should be replaced by either
`cpu`
,
`cu102`
,
`cu113`
,
`cu116`
, or
`cu117`
depending on your PyTorch installation.
where
`${CUDA}`
should be replaced by either
`cpu`
,
`cu116`
, or
`cu117`
depending on your PyTorch installation.
| |
`cpu`
|
`cu102`
|
`cu113`
|
`cu116`
|
`cu117`
|
| |
`cpu`
|
`cu116`
|
`cu117`
|
|-------------|-------|---------|---------|
---------|---------|
|-------------|-------|---------|---------|
|
**Linux**
| ✅ | ✅ | ✅ |
✅ | ✅ |
|
**Linux**
| ✅ | ✅ | ✅ |
|
**Windows**
| ✅ |
| ✅ |
✅ | ✅ |
|
**Windows**
| ✅ | ✅ | ✅ |
|
**macOS**
| ✅ | | |
| |
|
**macOS**
| ✅ | | |
#### PyTorch 1.12
#### PyTorch 1.12
...
...
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