Skip to content

Commit 0bd7fcc

Browse files
authored
Update README.md
issue with torch-scatter cuda pip install
1 parent 849b1ee commit 0bd7fcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ installation instructions.
4747
```bash
4848
pip install transition-neural-parser
4949
# for linux users
50-
pip install torch-scatter -f https://data.pyg.org/whl/torch-1.13.1+cu117.html
50+
pip install --no-index torch-scatter -f https://pytorch-geometric.com/whl/torch-1.13.1+cu117.html
5151
# for cpu installation for MacOS
5252
# pip install torch-scatter
5353
```
@@ -58,7 +58,7 @@ If you plan to edit the code, clone and install instead
5858
# clone this repo (see link above), then
5959
cd transition-neural-parser
6060
pip install --editable .
61-
pip install torch-scatter -f https://data.pyg.org/whl/torch-1.13.1+cu117.html
61+
pip install --no-index torch-scatter -f https://pytorch-geometric.com/whl/torch-1.13.1+cu117.html
6262
```
6363

6464
If you want to train a document-level AMR parser you will also need

0 commit comments

Comments
 (0)