Files
rocm_vllm_nightly/config.json
T

135 lines
4.1 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-30 01:03:20 +08:00
"public_model_name": "Qwen_local_model",
2026-03-30 03:55:57 +08:00
"default_enable_thinking": false,
2026-03-30 02:50:24 +08:00
"reasoning_enabled": false,
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-04-05 02:51:38 +08:00
"selected": "Qwen3-Next-80B-A3B-Instruct-AWQ-4bit",
2026-03-29 05:35:20 +08:00
"profiles": {
"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-04-11 01:03:03 +08:00
"max_num_seqs": "16",
2026-03-29 05:35:20 +08:00
"max_tokens": "32768",
"gpu_util": "0.98",
2026-03-31 00:02:49 +08:00
"tool_call_parser": "qwen3_coder",
2026-03-30 02:50:24 +08:00
"reasoning_parser": "qwen3",
2026-03-29 05:35:20 +08:00
"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-04-03 00:53:46 +08:00
"dtype": "auto",
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-04-03 00:53:46 +08:00
"max_num_seqs": 12,
2026-03-29 19:49:29 +08:00
"max_tokens": "8192",
2026-04-02 23:42:07 +08:00
"enforce_eager": false,
2026-04-03 00:53:46 +08:00
"gpu_util": "0.9",
"kv_cache_dtype": "fp8",
"enable_prefix_caching": true,
"max_num_batched_tokens": 16384,
2026-03-31 00:02:49 +08:00
"tool_call_parser": "qwen3_coder",
2026-03-30 02:50:24 +08:00
"reasoning_parser": "qwen3",
2026-03-29 05:35:20 +08:00
"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-31 22:44:35 +08:00
"dtype": "float16",
2026-03-31 00:31:21 +08:00
"quantization": "gptq",
2026-04-01 22:59:20 +08:00
"ctx": "131072",
2026-03-29 05:35:20 +08:00
"trust_remote": true,
2026-04-01 22:59:20 +08:00
"valid_tp": [2],
2026-04-01 22:11:56 +08:00
"max_num_seqs": "6",
2026-04-01 01:08:27 +08:00
"max_tokens": "4096",
2026-04-01 22:59:20 +08:00
"gpu_util": "0.90",
2026-03-31 00:42:02 +08:00
"enforce_eager": false,
2026-03-31 00:02:49 +08:00
"tool_call_parser": "qwen3_coder",
2026-03-30 02:50:24 +08:00
"reasoning_parser": "qwen3",
2026-03-29 05:35:20 +08:00
"enable_auto_tool_choice": true,
"served_model_name": "Qwen3.5-35B-A3B-GPTQ-Int4",
2026-04-01 01:08:27 +08:00
"hf_model_id": "Qwen/Qwen3.5-35B-A3B-GPTQ-Int4",
"env": {
"VLLM_RPC_TIMEOUT": "300"
}
2026-03-29 17:32:12 +08:00
},
"Qwen3.5-35B-A3B-FP8": {
"local_path": "Qwen3.5-35B-A3B-FP8",
2026-04-02 23:10:43 +08:00
"dtype": "float16",
2026-04-05 02:15:20 +08:00
"ctx": "131072",
"enforce_eager": false,
2026-03-29 17:32:12 +08:00
"trust_remote": true,
"valid_tp": [1, 2],
2026-03-29 17:41:28 +08:00
"max_num_seqs": "8",
2026-04-05 02:15:20 +08:00
"max_tokens": "16384",
"gpu_util": "0.94",
2026-04-05 02:46:05 +08:00
"kv_cache_dtype": "fp8",
"enable_prefix_caching": true,
"max_num_batched_tokens": 16384,
2026-03-31 00:02:49 +08:00
"tool_call_parser": "qwen3_coder",
2026-04-05 02:32:25 +08:00
"reasoning_parser": "qwen3",
2026-03-29 17:32:12 +08:00
"enable_auto_tool_choice": true,
"served_model_name": "Qwen3.5-35B-A3B-FP8",
"hf_model_id": "Qwen/Qwen3.5-35B-A3B-FP8"
2026-04-01 01:19:14 +08:00
},
"Qwen3-Next-80B-A3B-Instruct-AWQ-4bit": {
"local_path": "Qwen3-Next-80B-A3B-Instruct-AWQ-4bit",
2026-04-02 14:57:07 +08:00
"dtype": "auto",
"ctx": "131072",
2026-04-01 01:19:14 +08:00
"trust_remote": true,
"valid_tp": [2],
2026-04-11 01:15:15 +08:00
"max_num_seqs": "8",
2026-04-05 03:20:28 +08:00
"max_tokens": "65536",
2026-04-11 01:15:15 +08:00
"max_num_batched_tokens": 16384,
2026-04-11 01:03:03 +08:00
"kv_cache_dtype": "fp8",
2026-04-11 01:15:15 +08:00
"gpu_util": "0.94",
2026-04-01 01:19:14 +08:00
"enforce_eager": false,
2026-04-05 03:07:15 +08:00
"enable_prefix_caching": true,
2026-04-01 01:19:14 +08:00
"tool_call_parser": "qwen3_coder",
"reasoning_parser": "qwen3",
"enable_auto_tool_choice": true,
"served_model_name": "Qwen3-Next-80B-A3B-Instruct-AWQ-4bit",
2026-04-02 22:39:43 +08:00
"hf_model_id": "cpatonn/Qwen3-Next-80B-A3B-Instruct-AWQ-4bit"
2026-04-05 02:08:49 +08:00
},
"Gemma-4-26B-A4B": {
"local_path": "gemma-4-26B-A4B",
"dtype": "auto",
"ctx": "65536",
"trust_remote": true,
"valid_tp": [1, 2],
"max_num_seqs": 16,
"max_tokens": "8192",
"enforce_eager": false,
"gpu_util": "0.85",
"kv_cache_dtype": "fp8",
"enable_prefix_caching": true,
"max_num_batched_tokens": 16384,
"served_model_name": "Gemma-4-26B-A4B",
"hf_model_id": "google/gemma-4-26B-A4B"
2026-03-29 05:35:20 +08:00
}
}
2026-03-29 05:06:19 +08:00
}
}