We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a13bbaa commit 737b025Copy full SHA for 737b025
1 file changed
README.md
@@ -19,9 +19,9 @@ Install pytorch with the cuda version that fits your device.<br>
19
cd LocalTransform
20
conda create -c conda-forge -n rdenv python=3.6 -y
21
conda activate rdenv
22
-conda install pytorch==1.0.0 cuda80 -c pytorch -y
+conda install pytorch cudatoolkit=11.3 -c pytorch -y
23
conda install -c conda-forge rdkit -y
24
-pip install dgl
+conda install -c dglteam dgl-cuda11.3
25
pip install dgllife
26
```
27
0 commit comments