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
2af41f82
Commit
2af41f82
authored
Nov 14, 2022
by
rusty1s
Browse files
typo
parent
5bc78933
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
README.md
README.md
+1
-1
conda/pytorch-spline-conv/README.md
conda/pytorch-spline-conv/README.md
+1
-1
No files found.
README.md
View file @
2af41f82
...
...
@@ -42,7 +42,7 @@ We alternatively provide pip wheels for all major OS/PyTorch/CUDA combinations,
To install the binaries for PyTorch 1.13.0, simply run
```
pip install torch-spline-conv -f https://data.pyg.org/whl/torch-1.1
2
.0+${CUDA}.html
pip install torch-spline-conv -f https://data.pyg.org/whl/torch-1.1
3
.0+${CUDA}.html
```
where
`${CUDA}`
should be replaced by either
`cpu`
,
`cu116`
, or
`cu117`
depending on your PyTorch installation.
...
...
conda/pytorch-spline-conv/README.md
View file @
2af41f82
```
./build_conda.sh 3.9 1.13.0 cu11
3
# python, pytorch and cuda version
./build_conda.sh 3.9 1.13.0 cu11
6
# python, pytorch and cuda version
```
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