File tree Expand file tree Collapse file tree 3 files changed +0
-532
lines changed Expand file tree Collapse file tree 3 files changed +0
-532
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -37,20 +37,16 @@ def _get_model_architecture(config: PretrainedConfig) -> nnx.Module:
3737 from tpu_inference .models .jax .llama4 import Llama4ForCausalLM
3838 from tpu_inference .models .jax .llama_eagle3 import EagleLlama3ForCausalLM
3939 from tpu_inference .models .jax .llama_guard_4 import LlamaGuard4ForCausalLM
40- from tpu_inference .models .jax .phi3 import Phi3ForCausalLM
41- from tpu_inference .models .jax .qwen2 import Qwen2ForCausalLM
4240 from tpu_inference .models .jax .qwen2_5_vl import \
4341 Qwen2_5_VLForConditionalGeneration
4442 from tpu_inference .models .jax .qwen3 import Qwen3ForCausalLM
4543 _MODEL_REGISTRY ["Llama4ForCausalLM" ] = Llama4ForCausalLM
4644 _MODEL_REGISTRY ["DeepseekV3ForCausalLM" ] = DeepSeekV3
4745 _MODEL_REGISTRY ["LlamaForCausalLM" ] = LlamaForCausalLM
4846 _MODEL_REGISTRY ["Llama4ForConditionalGeneration" ] = LlamaGuard4ForCausalLM
49- _MODEL_REGISTRY ["Qwen2ForCausalLM" ] = Qwen2ForCausalLM
5047 _MODEL_REGISTRY ["Qwen3ForCausalLM" ] = Qwen3ForCausalLM
5148 _MODEL_REGISTRY [
5249 "Qwen2_5_VLForConditionalGeneration" ] = Qwen2_5_VLForConditionalGeneration
53- _MODEL_REGISTRY ["Phi3ForCausalLM" ] = Phi3ForCausalLM
5450 _MODEL_REGISTRY ["Eagle3LlamaForCausalLM" ] = EagleLlama3ForCausalLM
5551 _MODEL_REGISTRY ["GptOssForCausalLM" ] = GptOss
5652
You can’t perform that action at this time.
0 commit comments