Skip to content

Commit 88b23e2

Browse files
authored
feat: add Qwen3.5 model implementation and registration (#1249)
* feat: add Qwen3.5 model implementation and registration * feat: accelerate video process logic
1 parent 9e69834 commit 88b23e2

2 files changed

Lines changed: 418 additions & 0 deletions

File tree

lmms_eval/models/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
"qwen2_vl": "Qwen2_VL",
7878
"qwen3_omni": "Qwen3_Omni",
7979
"qwen3_vl": "Qwen3_VL",
80+
"qwen3_5": "Qwen3_5",
8081
"reka": "Reka",
8182
"ross": "Ross",
8283
"sam3": "SAM3",

0 commit comments

Comments
 (0)