Skip to content

Commit a056760

Browse files
committed
update model name
1 parent 478d333 commit a056760

File tree

1 file changed

+1
-1
lines changed
  • streaming_vlm/eval/VLMEvalKit/vlmeval/vlm/qwen2_vl

1 file changed

+1
-1
lines changed

streaming_vlm/eval/VLMEvalKit/vlmeval/vlm/qwen2_vl/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ def __init__(
266266
raise err
267267
MODEL_CLS = Qwen2_5OmniForConditionalGeneration
268268
self.processor = Qwen2_5OmniProcessor.from_pretrained(model_path)
269-
elif listinstr(['2.5', '2_5', 'qwen25', 'mimo', 'xrorrim', 'checkpoint'], model_path.lower()):
269+
elif listinstr(['2.5', '2_5', 'qwen25', 'mimo', 'StreamingVLM', 'checkpoint'], model_path.lower()):
270270
from transformers import Qwen2_5_VLForConditionalGeneration, AutoProcessor
271271
MODEL_CLS = Qwen2_5_VLForConditionalGeneration
272272
self.processor = AutoProcessor.from_pretrained(model_path)

0 commit comments

Comments
 (0)