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 c909896 commit d9aa6bcCopy full SHA for d9aa6bc
llmc/models/__init__.py
@@ -8,6 +8,7 @@
8
from .internlm2 import InternLM2
9
from .internomni import InternOmni
10
from .internvl2 import InternVL2
11
+from .internvl3_5 import InternVL3_5
12
from .llama import Llama
13
from .llava import Llava
14
from .llava_hf import LlavaHf
@@ -26,6 +27,8 @@
26
27
from .qwen2audio import Qwen2Audio
28
from .qwen2moe import Qwen2Moe
29
from .qwen2vl import Qwen2VL
30
+from .qwen3 import Qwen3
31
+from .qwen3moe import Qwen3Moe
32
from .smollm import SmolLM
33
from .stablelm import StableLm
34
from .starcoder import Starcoder
0 commit comments