File tree Expand file tree Collapse file tree
src/MaxText/integration/tunix Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626from jax import Array
2727from flax import nnx
2828from MaxText .layers .models import Transformer
29- from maxtext . src . maxtext .integration .tunix .utils import VllmWeightMapping
29+ from MaxText .integration .tunix .utils import VllmWeightMapping
3030from MaxText .utils .ckpt_conversion .utils .hf_model_configs import HF_MODEL_CONFIGS # pylint: disable=ungrouped-imports
3131
3232
Original file line number Diff line number Diff line change 1919model name. This allows for easy extension to support new models.
2020"""
2121
22- from maxtext . src . maxtext .integration .tunix .weight_mapping .llama3 import LLAMA3_VLLM_MAPPING
23- from maxtext . src . maxtext .integration .tunix .weight_mapping .qwen3 import QWEN3_VLLM_MAPPING
22+ from MaxText .integration .tunix .weight_mapping .llama3 import LLAMA3_VLLM_MAPPING
23+ from MaxText .integration .tunix .weight_mapping .qwen3 import QWEN3_VLLM_MAPPING
2424
2525
2626class StandaloneVllmWeightMapping :
You can’t perform that action at this time.
0 commit comments