Skip to content

Commit 06133fd

Browse files
authored
chore: sync models JSON [llm] (xorbitsai#4160)
1 parent ba64d14 commit 06133fd

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

xinference/model/llm/llm_family.json

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22604,7 +22604,15 @@
2260422604
],
2260522605
"reasoning_start_tag": "<think>",
2260622606
"reasoning_end_tag": "</think>",
22607-
"tool_parser": "qwen"
22607+
"tool_parser": "qwen",
22608+
"virtualenv": {
22609+
"packages": [
22610+
"transformers==4.57.1",
22611+
"#system_numpy#",
22612+
"qwen_omni_utils",
22613+
"soundfile"
22614+
]
22615+
}
2260822616
},
2260922617
{
2261022618
"version": 2,
@@ -22673,6 +22681,14 @@
2267322681
"<|endoftext|>",
2267422682
"<|im_end|>"
2267522683
],
22676-
"tool_parser": "qwen"
22684+
"tool_parser": "qwen",
22685+
"virtualenv": {
22686+
"packages": [
22687+
"transformers==4.57.1",
22688+
"#system_numpy#",
22689+
"qwen_omni_utils",
22690+
"soundfile"
22691+
]
22692+
}
2267722693
}
2267822694
]

0 commit comments

Comments
 (0)