We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba64d14 commit 06133fdCopy full SHA for 06133fd
xinference/model/llm/llm_family.json
@@ -22604,7 +22604,15 @@
22604
],
22605
"reasoning_start_tag": "<think>",
22606
"reasoning_end_tag": "</think>",
22607
- "tool_parser": "qwen"
+ "tool_parser": "qwen",
22608
+ "virtualenv": {
22609
+ "packages": [
22610
+ "transformers==4.57.1",
22611
+ "#system_numpy#",
22612
+ "qwen_omni_utils",
22613
+ "soundfile"
22614
+ ]
22615
+ }
22616
},
22617
{
22618
"version": 2,
@@ -22673,6 +22681,14 @@
22673
22681
"<|endoftext|>",
22674
22682
"<|im_end|>"
22675
22683
22676
22684
22685
22686
22687
22688
22689
22690
22691
22692
22677
22693
}
22678
22694
]
0 commit comments