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 53e4959 commit b0b5490Copy full SHA for b0b5490
README.md
@@ -15,7 +15,7 @@ To use the Python bindings, clone the current repository and use anaconda to ins
15
```
16
conda create -n diffipc python=3.9
17
conda activate diffipc
18
-conda install numpy scipy conda-forge::cython
+conda install numpy scipy conda-forge::cython pytorch::pytorch
19
20
# optional
21
export N_THREADS=16
0 commit comments