We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c594437 commit cfed42fCopy full SHA for cfed42f
1 file changed
deepmd/pt/utils/env.py
@@ -35,7 +35,7 @@
35
CACHE_PER_SYS = 5 # keep at most so many sets per sys in memory
36
ENERGY_BIAS_TRAINABLE = True
37
CUSTOM_OP_USE_JIT = False
38
-COMPILE = True
+COMPILE = False
39
40
PRECISION_DICT = {
41
"float16": torch.float16,
0 commit comments