Skip to content

Commit

Permalink
Pin CUDA Toolkit and PyTorch
Browse files Browse the repository at this point in the history
  • Loading branch information
Raimondas Galvelis committed Jun 3, 2022
1 parent 039027e commit 1029191
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tutorials/openmm-torch-nnpops.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@
"source": [
"!conda install -q -c conda-forge \\\n",
" openmm-torch nnpops torchani openmmtools \\\n",
" &> /dev/null # Comment this line to see a log"
" pytorch=1.11 cudatoolkit=11.2 \\\n",
" &> /dev/null # Comment this line to see a log\""
]
},
{
Expand Down

0 comments on commit 1029191

Please sign in to comment.