Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
YJiangcm committed May 8, 2023
1 parent 2e6d400 commit f8e5486
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@

### Requirements

Firstly, install PyTorch by following the instructions from [the official website](https://pytorch.org). To faithfully reproduce our results, please use the correct `1.10.1` version corresponding to your platforms/CUDA versions. PyTorch version higher than `1.10.1` should also work. Secondly, install torch_geometric by following the instructions from [the official website](https://pytorch-geometric.readthedocs.io/en/latest/install/installation.html).
Firstly, install PyTorch by following the instructions from [the official website](https://pytorch.org). To faithfully reproduce our results, please use the correct `1.10.1` version corresponding to your platforms/CUDA versions. PyTorch version higher than `1.10.1` should also work.

Secondly, install torch_geometric by following the instructions from [the official website](https://pytorch-geometric.readthedocs.io/en/latest/install/installation.html).

Then run the following script to install the remaining dependencies,

Expand Down

0 comments on commit f8e5486

Please sign in to comment.