Skip to content
2 changes: 2 additions & 0 deletions tensorrt_llm/_torch/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
from .modeling_exaone4 import Exaone4ForCausalLM
from .modeling_gemma3 import Gemma3ForCausalLM
from .modeling_gemma3vl import Gemma3VLM
from .modeling_glm import Glm4MoeForCausalLM
from .modeling_gpt_oss import GptOssForCausalLM
from .modeling_hunyuan_dense import HunYuanDenseV1ForCausalLM
from .modeling_hunyuan_moe import HunYuanMoEV1ForCausalLM
Expand Down Expand Up @@ -70,6 +71,7 @@
"Qwen3NextForCausalLM",
"GptOssForCausalLM",
"SeedOssForCausalLM",
"Glm4MoeForCausalLM",
]

if transformers.__version__ >= "4.45.1":
Expand Down
Loading