Files
amd-r9700-vllm-toolboxes/config.json
T

128 lines
4.0 KiB
JSON
Raw Normal View History

2026-03-26 21:37:10 +08:00
{
2026-03-29 04:24:28 +08:00
"default_model": "Qwen3.5-35B-A3B-GPTQ-Int4",
2026-03-26 21:37:10 +08:00
"models": {
2026-03-28 13:54:48 +08:00
"Meta-Llama-3.1-8B-Instruct": {
"ctx": "65536",
"trust_remote": false,
"valid_tp": [1, 2],
"max_num_seqs": "64",
"max_tokens": "32768",
"gpu_util": "0.98",
2026-03-29 04:24:28 +08:00
"tool_call_parser": "qwen3_xml",
"enable_auto_tool_choice": true,
"served_model_name": "Meta-Llama-3.1-8B-Instruct",
2026-03-28 13:54:48 +08:00
"hf_model_id": "meta-llama/Meta-Llama-3.1-8B-Instruct"
},
2026-03-27 01:08:25 +08:00
"gpt-oss-20b": {
"ctx": "32768",
"trust_remote": true,
2026-03-26 21:37:10 +08:00
"valid_tp": [1, 2],
"max_num_seqs": "64",
2026-03-27 01:08:25 +08:00
"max_tokens": "8192",
2026-03-28 13:54:48 +08:00
"gpu_util": "0.98",
2026-03-29 04:24:28 +08:00
"tool_call_parser": "qwen3_xml",
"enable_auto_tool_choice": true,
"served_model_name": "gpt-oss-20b",
2026-03-27 01:08:25 +08:00
"hf_model_id": "openai/gpt-oss-20b"
2026-03-26 21:37:10 +08:00
},
2026-03-28 13:54:48 +08:00
"Qwen3-14B-FP8-dynamic": {
"ctx": "32768",
"trust_remote": true,
"valid_tp": [1],
"max_num_seqs": "64",
"max_tokens": "32768",
"gpu_util": "0.98",
2026-03-29 04:24:28 +08:00
"tool_call_parser": "qwen3_xml",
"enable_auto_tool_choice": true,
"served_model_name": "Qwen3-14B-FP8-dynamic",
2026-03-28 13:54:48 +08:00
"hf_model_id": "RedHatAI/Qwen3-14B-FP8-dynamic"
},
2026-03-27 01:08:25 +08:00
"Qwen3-Coder-30B-A3B-Instruct-GPTQ-4bit": {
2026-03-29 00:32:02 +08:00
"ctx": "131072",
2026-03-26 21:37:10 +08:00
"trust_remote": true,
"valid_tp": [1, 2],
2026-03-29 00:32:02 +08:00
"max_num_seqs": "32",
2026-03-29 00:29:54 +08:00
"max_tokens": "65536",
2026-03-29 00:32:02 +08:00
"gpu_util": "0.95",
2026-03-29 02:57:21 +08:00
"tool_call_parser": "qwen3_xml",
2026-03-29 03:09:54 +08:00
"enable_auto_tool_choice": true,
2026-03-29 02:57:21 +08:00
"served_model_name": "Qwen3-Coder-30B-A3B-Instruct-GPTQ-4bit",
2026-03-27 01:08:25 +08:00
"hf_model_id": "cpatonn/Qwen3-Coder-30B-A3B-Instruct-GPTQ-4bit"
2026-03-26 21:37:10 +08:00
},
2026-03-28 13:54:48 +08:00
"Qwen3-Next-80B-A3B-Instruct-AWQ-4bit": {
2026-03-28 22:03:45 +08:00
"ctx": "24576",
2026-03-28 13:54:48 +08:00
"trust_remote": true,
"valid_tp": [2],
"max_num_seqs": "32",
"max_tokens": "16384",
"gpu_util": "0.98",
"enforce_eager": false,
"env": {"VLLM_USE_TRITON_AWQ": "1"},
2026-03-28 21:44:18 +08:00
"tool_call_parser": "qwen3_xml",
2026-03-29 03:09:54 +08:00
"enable_auto_tool_choice": true,
2026-03-29 02:57:21 +08:00
"served_model_name": "Qwen3-Next-80B-A3B-Instruct-AWQ-4bit",
2026-03-28 13:54:48 +08:00
"hf_model_id": "cpatonn/Qwen3-Next-80B-A3B-Instruct-AWQ-4bit"
},
"gemma-3-27b-it-FP8-dynamic": {
"ctx": "29000",
"trust_remote": true,
"valid_tp": [2],
"max_num_seqs": "32",
"max_tokens": "29000",
"gpu_util": "0.94",
2026-03-29 04:24:28 +08:00
"tool_call_parser": "qwen3_xml",
"enable_auto_tool_choice": true,
"served_model_name": "gemma-3-27b-it-FP8-dynamic",
2026-03-28 13:54:48 +08:00
"hf_model_id": "RedHatAI/gemma-3-27b-it-FP8-dynamic"
},
"gemma-3-12b-it-FP8-dynamic": {
"ctx": "9900",
"trust_remote": true,
"valid_tp": [1, 2],
"max_num_seqs": "64",
"max_tokens": "9900",
"gpu_util": "0.98",
2026-03-29 04:24:28 +08:00
"tool_call_parser": "qwen3_xml",
"enable_auto_tool_choice": true,
"served_model_name": "gemma-3-12b-it-FP8-dynamic",
2026-03-28 13:54:48 +08:00
"hf_model_id": "RedHatAI/gemma-3-12b-it-FP8-dynamic"
},
2026-03-27 01:08:25 +08:00
"GLM-4.7-Flash-AWQ": {
"ctx": "32768",
2026-03-26 21:37:10 +08:00
"trust_remote": true,
2026-03-27 01:08:25 +08:00
"valid_tp": [1, 2],
"max_num_seqs": "64",
"max_tokens": "32768",
2026-03-28 13:54:48 +08:00
"gpu_util": "0.98",
2026-03-29 04:24:28 +08:00
"tool_call_parser": "qwen3_xml",
"enable_auto_tool_choice": true,
"served_model_name": "GLM-4.7-Flash-AWQ",
2026-03-27 01:08:25 +08:00
"hf_model_id": "THUDM/GLM-4.7-Flash-AWQ"
2026-03-26 21:37:10 +08:00
},
2026-03-27 01:08:25 +08:00
"Qwen3.5-35B-A3B-GPTQ-Int4": {
"ctx": "32768",
2026-03-26 21:37:10 +08:00
"trust_remote": true,
2026-03-27 01:08:25 +08:00
"valid_tp": [1, 2],
"max_num_seqs": "64",
"max_tokens": "32768",
2026-03-28 13:54:48 +08:00
"gpu_util": "0.98",
2026-03-29 04:24:28 +08:00
"tool_call_parser": "qwen3_xml",
"enable_auto_tool_choice": true,
"served_model_name": "Qwen3.5-35B-A3B-GPTQ-Int4",
2026-03-27 01:08:25 +08:00
"hf_model_id": "Qwen/Qwen3.5-35B-A3B-GPTQ-Int4"
2026-03-26 21:37:10 +08:00
},
2026-03-27 01:08:25 +08:00
"Qwen3-Omni-30B-A3B-Instruct-AWQ-4bit": {
"ctx": "24576",
2026-03-26 21:37:10 +08:00
"trust_remote": true,
"valid_tp": [1, 2],
"max_num_seqs": "64",
2026-03-27 01:08:25 +08:00
"max_tokens": "32768",
2026-03-28 13:54:48 +08:00
"gpu_util": "0.98",
2026-03-29 04:24:28 +08:00
"tool_call_parser": "qwen3_xml",
"enable_auto_tool_choice": true,
"served_model_name": "Qwen3-Omni-30B-A3B-Instruct-AWQ-4bit",
2026-03-27 01:08:25 +08:00
"hf_model_id": "Qwen/Qwen3-Omni-30B-A3B-Instruct-AWQ-4bit"
2026-03-26 21:37:10 +08:00
}
}
2026-03-27 02:38:52 +08:00
}