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-cluster
Commits
b8fd424d
Unverified
Commit
b8fd424d
authored
May 27, 2023
by
Ronan
Committed by
GitHub
May 27, 2023
Browse files
change to torch-cluster package in pip command line - README.md (#179)
parent
32bee646
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
README.md
README.md
+2
-2
No files found.
README.md
View file @
b8fd424d
...
@@ -48,7 +48,7 @@ We alternatively provide pip wheels for all major OS/PyTorch/CUDA combinations,
...
@@ -48,7 +48,7 @@ We alternatively provide pip wheels for all major OS/PyTorch/CUDA combinations,
To install the binaries for PyTorch 2.0.0, simply run
To install the binaries for PyTorch 2.0.0, simply run
```
```
pip install torch-
spline-conv
-f https://data.pyg.org/whl/torch-2.0.0+${CUDA}.html
pip install torch-
cluster
-f https://data.pyg.org/whl/torch-2.0.0+${CUDA}.html
```
```
where
`${CUDA}`
should be replaced by either
`cpu`
,
`cu117`
, or
`cu118`
depending on your PyTorch installation.
where
`${CUDA}`
should be replaced by either
`cpu`
,
`cu117`
, or
`cu118`
depending on your PyTorch installation.
...
@@ -64,7 +64,7 @@ where `${CUDA}` should be replaced by either `cpu`, `cu117`, or `cu118` dependin
...
@@ -64,7 +64,7 @@ where `${CUDA}` should be replaced by either `cpu`, `cu117`, or `cu118` dependin
To install the binaries for PyTorch 1.13.0, simply run
To install the binaries for PyTorch 1.13.0, simply run
```
```
pip install torch-
spline-conv
-f https://data.pyg.org/whl/torch-1.13.0+${CUDA}.html
pip install torch-
cluster
-f https://data.pyg.org/whl/torch-1.13.0+${CUDA}.html
```
```
where
`${CUDA}`
should be replaced by either
`cpu`
,
`cu116`
, or
`cu117`
depending on your PyTorch installation.
where
`${CUDA}`
should be replaced by either
`cpu`
,
`cu116`
, or
`cu117`
depending on your PyTorch installation.
...
...
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