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
baba7c7a
Unverified
Commit
baba7c7a
authored
Mar 16, 2020
by
Matthias Fey
Committed by
GitHub
Mar 16, 2020
Browse files
Update README.md
parent
80b99adb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
README.md
README.md
+1
-2
No files found.
README.md
View file @
baba7c7a
...
...
@@ -33,7 +33,7 @@ We provide pip wheels for all major OS/PyTorch/CUDA combinations, see [here](htt
To install from binaries, simply run
```
pip install torch-cluster==latest+${CUDA} -f https://
s3.eu-central-1.amazonaws.com/
pytorch-geometric.com/whl/torch-1.4.0.html
pip install torch-cluster==latest+${CUDA} -f https://pytorch-geometric.com/whl/torch-1.4.0.html
```
where
`${CUDA}`
should be replaced by either
`cpu`
,
`cu92`
,
`cu100`
or
`cu101`
depending on your PyTorch installation.
...
...
@@ -52,7 +52,6 @@ Ensure that at least PyTorch 1.4.0 is installed and verify that `cuda/bin` and `
$ python -c "import torch; print(torch.__version__)"
>>> 1.4.0
```
$ python -c "import torch; print(torch.__version__)"
>>> 1.1.0
...
...
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