File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ installation instructions.
4747``` bash
4848pip 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
5959cd transition-neural-parser
6060pip 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
6464If you want to train a document-level AMR parser you will also need
You can’t perform that action at this time.
0 commit comments