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 be7c2de commit 1bed9faCopy full SHA for 1bed9fa
src/MaxText/integration/tunix/utils.py
@@ -16,11 +16,11 @@
16
17
import re
18
19
-import maxtext.src.maxtext.integration.tunix.weight_mapping as weight_mapping # pylint: disable=consider-using-from-import
+from MaxText.integration.tunix.weight_mapping import StandaloneVllmWeightMapping
20
from MaxText.utils.ckpt_conversion.utils.param_mapping import PARAM_MAPPING
21
from MaxText.utils.ckpt_conversion.utils.param_mapping import VLLM_HOOK_FNS
22
23
-STANDALONE_VLLM_WEIGHT_MAPPING = weight_mapping.StandaloneVllmWeightMapping()
+STANDALONE_VLLM_WEIGHT_MAPPING = StandaloneVllmWeightMapping()
24
25
# This static map provides the architectural knowledge (sharding) that is
26
# not present in the original HF mapping.
0 commit comments