Skip to content

Commit 75aa552

Browse files
committed
Add Qwen3TS model
Signed-off-by: Alexander Chemeris <[email protected]>
1 parent 49c70a2 commit 75aa552

File tree

3 files changed

+444
-1
lines changed

3 files changed

+444
-1
lines changed

vllm/entrypoints/chat_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ def _placeholder_str(self, modality: ModalityStr,
601601
hf_config.video_token_index)
602602
raise TypeError(f"Unknown {modality} model type: {model_type}")
603603
elif modality == "timeseries":
604-
if model_type == "chatts":
604+
if model_type == "chatts" or model_type == "qwen3ts":
605605
return "<ts><ts/>"
606606
else:
607607
raise TypeError(f"Unknown {modality} model type: {model_type}")

0 commit comments

Comments
 (0)