Skip to content

Commit 4ad14dd

Browse files
authored
fix
1 parent 8057993 commit 4ad14dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lightllm/common/triton_utils/autotuner.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
class AutotuneLevel:
2323
USE_AUTOTUNE_HIS_CONFIG = 0
2424
# Autotune if no config is cached.
25-
ADAPTIVE_AUTOTUNE = 0
25+
ADAPTIVE_AUTOTUNE = 1
2626
# Autotune anyway to overwrite the config of cached files.
27-
FORCE_AUTOTUNE = 1
27+
FORCE_AUTOTUNE = 2
2828
# Close autotune and not use the config of cached files.
29-
CLOSE_AUTOTUNE = 2
29+
CLOSE_AUTOTUNE = 3
3030

3131

3232
def autotune(

0 commit comments

Comments
 (0)