We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ed46a2 commit 549b281Copy full SHA for 549b281
1 file changed
deepmd/pt/utils/env.py
@@ -46,7 +46,7 @@
46
CACHE_PER_SYS = 5 # keep at most so many sets per sys in memory
47
ENERGY_BIAS_TRAINABLE = True
48
CUSTOM_OP_USE_JIT = False
49
-COMPILE = True
+COMPILE = False
50
51
PRECISION_DICT = {
52
"float16": torch.float16,
0 commit comments