You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace the versions in the above url according to your case. If you don't have GPUs
36
36
or CUDA installed, treat the CUDA version in the url as ``cpu``. See
@@ -40,7 +40,7 @@ Finally, install TorchDrug via
40
40
41
41
.. code:: bash
42
42
43
-
pip3 install torchdrug
43
+
pip install torchdrug
44
44
45
45
From Source
46
46
-----------
@@ -89,7 +89,10 @@ create the profile if you use it for the first time.
89
89
Apple Silicon (M1/M2 Chips)
90
90
---------------------------
91
91
92
-
PyTorch supports Apple silicon from version 1.13. While `torch-scatter` and `torch-cluster` don't have pre-compiled binaries for Apple silicon, we can compile them from their sources. See https://github.com/rusty1s/pytorch_scatter/issues/241 for more details.
92
+
PyTorch supports Apple silicon from version 1.13. While `torch-scatter` and
93
+
`torch-cluster` don't have pre-compiled binaries for Apple silicon, we can compile
94
+
them from their sources. See https://github.com/rusty1s/pytorch_scatter/issues/241
0 commit comments