Skip to content

Fix: Corrected syntax in PyTorch version retrieval command #251

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ First, let's install PyTorch.

To install ``torch-scatter``, we need to check the version of PyTorch and CUDA.

We can get the version of PyTorch by ``python3 -c "import torch; print(torch.__version__")``.
We can get the version of PyTorch by ``python3 -c "import torch; print(torch.__version__)"``.
The version of CUDA can be get by ``nvcc -V``. For example, if our PyTorch is ``1.8.0``
and CUDA is ``10.2``, the command should be

Expand Down Expand Up @@ -101,4 +101,4 @@ for more details.
pip install git+https://github.com/rusty1s/pytorch_cluster.git
pip install torchdrug

Note TorchDrug runs on Apple silicon CPUs, but doesn't support `mps` devices.
Note TorchDrug runs on Apple silicon CPUs, but doesn't support `mps` devices.