Skip to content

Commit 4ce5399

Browse files
committed
refactor: change openmm to 8.0.0 by default
1 parent 80e5045 commit 4ce5399

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install_env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ set -e
22

33
cuda_version=${cuda_version:-"12.1.1"}
44
gcc_version=${gcc_version:-"12.4.0"}
5-
openmm_version=${openmm_version:-"8.1.2"}
5+
openmm_version=${openmm_version:-"8.0.0"}
66
pytorch_version=${pytorch_version:-"2.3.1"}
77
pytorch_cuda=$(echo ${cuda_version}|cut -d. -f1-2)
88

0 commit comments

Comments
 (0)