We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0b6ed6 commit 88301edCopy full SHA for 88301ed
lightllm/models/qwen2/model.py
@@ -3,7 +3,7 @@
3
from lightllm.models.qwen2.layer_weights.transformer_layer_weight import Qwen2TransformerLayerWeight
4
from lightllm.models.llama.model import LlamaTpPartModel
5
from lightllm.common.mem_utils import select_mem_manager_class
6
-from lightllm.common.env_utils import get_env_start_args
+from lightllm.utils.envs_utils import get_env_start_args
7
8
9
@ModelRegistry("qwen2")
0 commit comments