Files
rocm_vllm_nightly/config.json
T

98 lines
2.9 KiB
JSON
Raw Normal View History

2026-03-29 05:06:19 +08:00
{
2026-03-29 05:31:19 +08:00
"services": {
"api": {
"host": "0.0.0.0",
"port": 8002
},
"openai": {
"host": "0.0.0.0",
"port": 8001
}
},
2026-03-29 05:35:20 +08:00
"api_key": "sk-szcjw",
2026-03-29 05:31:19 +08:00
"tensor_parallel_size": 2,
"dtype": "bfloat16",
2026-03-29 05:47:30 +08:00
"model_root": "/opt/model",
"offline_mode": true,
2026-03-29 05:31:19 +08:00
"revision": "",
2026-03-29 05:35:20 +08:00
"models": {
"default": "Qwen3.5-35B-A3B-GPTQ-Int4",
2026-03-29 19:49:29 +08:00
"selected": "Qwen3.5-35B-A3B-GPTQ-Int4",
2026-03-29 05:35:20 +08:00
"profiles": {
"Qwen3-Next-80B-A3B-Instruct-AWQ-4bit": {
2026-03-29 05:47:30 +08:00
"local_path": "Qwen3-Next-80B-A3B-Instruct-AWQ-4bit",
2026-03-29 05:35:20 +08:00
"ctx": "24576",
"trust_remote": true,
"valid_tp": [2],
2026-03-29 17:41:28 +08:00
"max_num_seqs": "8",
2026-03-29 05:35:20 +08:00
"max_tokens": "16384",
"gpu_util": "0.98",
"enforce_eager": false,
"env": {
"VLLM_USE_TRITON_AWQ": "1"
},
"tool_call_parser": "qwen3_xml",
"enable_auto_tool_choice": true,
"served_model_name": "Qwen3-Next-80B-A3B-Instruct-AWQ-4bit",
"hf_model_id": "cpatonn/Qwen3-Next-80B-A3B-Instruct-AWQ-4bit"
},
"GLM-4.7-Flash-AWQ": {
2026-03-29 05:47:30 +08:00
"local_path": "GLM-4.7-Flash-AWQ",
2026-03-29 05:35:20 +08:00
"ctx": "32768",
"trust_remote": true,
"valid_tp": [1, 2],
2026-03-29 17:41:28 +08:00
"max_num_seqs": "8",
2026-03-29 05:35:20 +08:00
"max_tokens": "32768",
"gpu_util": "0.98",
"tool_call_parser": "qwen3_xml",
"enable_auto_tool_choice": true,
"served_model_name": "GLM-4.7-Flash-AWQ",
"hf_model_id": "THUDM/GLM-4.7-Flash-AWQ"
},
"Qwen3.5-27B-FP8": {
2026-03-29 05:47:30 +08:00
"local_path": "Qwen3.5-27B-FP8",
2026-03-29 18:33:51 +08:00
"dtype": "bfloat16",
2026-03-29 19:49:29 +08:00
"ctx": "65536",
2026-03-29 05:35:20 +08:00
"trust_remote": true,
"valid_tp": [1, 2],
2026-03-29 18:33:51 +08:00
"max_num_seqs": "4",
2026-03-29 19:49:29 +08:00
"max_tokens": "8192",
2026-03-29 18:33:51 +08:00
"gpu_util": "0.94",
2026-03-29 05:35:20 +08:00
"tool_call_parser": "qwen3_xml",
"enable_auto_tool_choice": true,
"served_model_name": "Qwen3.5-27B-FP8",
"hf_model_id": "RedHatAI/Qwen3.5-27B-FP8-dynamic"
},
"Qwen3.5-35B-A3B-GPTQ-Int4": {
2026-03-29 05:47:30 +08:00
"local_path": "Qwen3.5-35B-A3B-GPTQ-Int4",
2026-03-29 17:25:11 +08:00
"dtype": "float16",
2026-03-29 17:32:12 +08:00
"quantization": "gptq",
2026-03-29 15:22:08 +08:00
"ctx": "65536",
2026-03-29 05:35:20 +08:00
"trust_remote": true,
"valid_tp": [1, 2],
2026-03-29 17:41:28 +08:00
"max_num_seqs": "8",
2026-03-29 19:49:29 +08:00
"max_tokens": "8192",
2026-03-29 17:41:28 +08:00
"gpu_util": "0.92",
2026-03-29 05:35:20 +08:00
"tool_call_parser": "qwen3_xml",
"enable_auto_tool_choice": true,
"served_model_name": "Qwen3.5-35B-A3B-GPTQ-Int4",
"hf_model_id": "Qwen/Qwen3.5-35B-A3B-GPTQ-Int4"
2026-03-29 17:32:12 +08:00
},
"Qwen3.5-35B-A3B-FP8": {
"local_path": "Qwen3.5-35B-A3B-FP8",
"dtype": "bfloat16",
"ctx": "65536",
"trust_remote": true,
"valid_tp": [1, 2],
2026-03-29 17:41:28 +08:00
"max_num_seqs": "8",
2026-03-29 17:32:12 +08:00
"max_tokens": "32768",
"gpu_util": "0.98",
"tool_call_parser": "qwen3_xml",
"enable_auto_tool_choice": true,
"served_model_name": "Qwen3.5-35B-A3B-FP8",
"hf_model_id": "Qwen/Qwen3.5-35B-A3B-FP8"
2026-03-29 05:35:20 +08:00
}
}
2026-03-29 05:06:19 +08:00
}
}