Skip to content

Commit d9aa6bc

Browse files
authored
update qwen2moe and support qwen3moe, qwen3, internvl3_5 (#444)
1 parent c909896 commit d9aa6bc

File tree

5 files changed

+630
-1
lines changed

5 files changed

+630
-1
lines changed

llmc/models/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
from .internlm2 import InternLM2
99
from .internomni import InternOmni
1010
from .internvl2 import InternVL2
11+
from .internvl3_5 import InternVL3_5
1112
from .llama import Llama
1213
from .llava import Llava
1314
from .llava_hf import LlavaHf
@@ -26,6 +27,8 @@
2627
from .qwen2audio import Qwen2Audio
2728
from .qwen2moe import Qwen2Moe
2829
from .qwen2vl import Qwen2VL
30+
from .qwen3 import Qwen3
31+
from .qwen3moe import Qwen3Moe
2932
from .smollm import SmolLM
3033
from .stablelm import StableLm
3134
from .starcoder import Starcoder

0 commit comments

Comments
 (0)