Skip to content

Commit cfed42f

Browse files
committed
set default flag to False
1 parent c594437 commit cfed42f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deepmd/pt/utils/env.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
CACHE_PER_SYS = 5 # keep at most so many sets per sys in memory
3636
ENERGY_BIAS_TRAINABLE = True
3737
CUSTOM_OP_USE_JIT = False
38-
COMPILE = True
38+
COMPILE = False
3939

4040
PRECISION_DICT = {
4141
"float16": torch.float16,

0 commit comments

Comments
 (0)