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
pyg_autoscale
Commits
ff244cd1
Commit
ff244cd1
authored
Feb 02, 2021
by
rusty1s
Browse files
update installation
parent
cf5292e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
README.md
README.md
+3
-3
No files found.
README.md
View file @
ff244cd1
...
...
@@ -35,8 +35,8 @@ class GNN(ScalableGNN):
## Installation
*
Install
[
PyTorch >=1.7.0
](
https://pytorch.org/get-started/locally/
)
*
Install
[
PyTorch Geometric
](
)
from master:
*
Install
[
**
PyTorch >=
1.7.0
**
](
https://pytorch.org/get-started/locally/
)
*
Install
[
**
PyTorch Geometric
**
](
https://github.com/rusty1s/pytorch_geometric#pytorch-170171
)
from
**
master
**
:
```
pip install --no-index torch-scatter -f https://pytorch-geometric.com/whl/torch-1.7.0+${CUDA}.html
...
...
@@ -46,7 +46,7 @@ pip install git+https://github.com/rusty1s/pytorch_geometric.git
where
`${CUDA}`
should be replaced by either
`cpu`
,
`cu92`
,
`cu101`
,
`cu102`
, or
`cu110`
depending on your PyTorch installation.
Then run:
Then
,
run:
```
python setup.py install
...
...
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