Skip to content

Commit f19cee7

Browse files
committed
fix
1 parent ee90d15 commit f19cee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightllm/common/basemodel/basemodel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
from lightllm.common.basemodel.batch_objs import ModelInput, ModelOutput
2828
from lightllm.common.triton_utils.autotuner import AutotuneLevel
2929
from lightllm.utils.custom_kernel_utis import pad2dim_tensor_to_new_batch
30-
from lightllm.utils.envs_utils import set_model_init_status, set_triton_autotune_level, get_triton_autotune_level
30+
from lightllm.utils.envs_utils import set_model_init_status
3131
from lightllm.common.triton_utils.autotuner import Autotuner
3232
from lightllm.utils.infer_utils import post_empty_cache
3333

0 commit comments

Comments
 (0)