Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions llmc/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
from .internlm2 import InternLM2
from .internomni import InternOmni
from .internvl2 import InternVL2
from .internvl3_5 import InternVL3_5
from .llama import Llama
from .llava import Llava
from .llava_hf import LlavaHf
Expand All @@ -26,6 +27,8 @@
from .qwen2audio import Qwen2Audio
from .qwen2moe import Qwen2Moe
from .qwen2vl import Qwen2VL
from .qwen3 import Qwen3
from .qwen3moe import Qwen3Moe
from .smollm import SmolLM
from .stablelm import StableLm
from .starcoder import Starcoder
Expand Down
Loading