We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7346e97 commit c11726cCopy full SHA for c11726c
1 file changed
requirements.txt
@@ -1,5 +1,12 @@
1
-# See install/README.md
2
-##torch
+# Most install sites will want to use an already installed torch or install a
+# specific version before installing mala, e.g. via
3
+#
4
+# pip install --extra-index-url https://download.pytorch.org/whl/cu<cuda_version> torch==<torch_version>
5
6
+# The requirement below makes sure we have torch installed, even if that will
7
+# pull the latest GPU torch in case the user's environment may be misconfigured
8
+# such that a pre-installed torch is not found.
9
+torch
10
11
ase
12
mpmath
0 commit comments