Files
rocm_vllm_nightly/config.json
T

102 lines
2.7 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-05-18 14:50:41 +08:00
"selected": "Qwen3.6-27B-FP8",
2026-03-29 05:35:20 +08:00
"profiles": {
2026-04-17 09:38:30 +08:00
"Qwen3.6-35B-A3B-FP8": {
"local_path": "Qwen3.6-35B-A3B-FP8",
"dtype": "float16",
2026-04-17 09:45:06 +08:00
"quantization": "fp8",
2026-04-18 01:51:34 +08:00
"ctx": "262144",
2026-04-23 15:42:35 +08:00
"max_tokens": "65536",
2026-04-29 14:31:32 +08:00
"max_num_batched_tokens": 32768,
2026-03-29 05:35:20 +08:00
"trust_remote": true,
2026-04-02 23:42:07 +08:00
"enforce_eager": false,
2026-04-17 09:38:30 +08:00
"valid_tp": [
2
],
2026-04-29 14:31:32 +08:00
"max_num_seqs": "256",
"gpu_util": "0.92",
2026-04-17 09:38:30 +08:00
"tool_call_parser": "qwen3_coder",
"reasoning_parser": "qwen3",
"enable_auto_tool_choice": true,
2026-04-23 15:08:27 +08:00
"language_model_only": true,
2026-04-17 09:38:30 +08:00
"served_model_name": "Qwen3.6-35B-A3B-FP8",
"hf_model_id": "Qwen/Qwen3.6-35B-A3B-FP8"
},
2026-04-23 13:50:03 +08:00
"Qwen3.6-27B": {
"local_path": "Qwen3.6-27B",
2026-04-23 15:08:27 +08:00
"ctx": "131072",
2026-04-23 14:54:02 +08:00
"max_tokens": "32768",
"max_num_batched_tokens": 16384,
2026-04-23 13:50:03 +08:00
"trust_remote": true,
"enforce_eager": false,
"valid_tp": [
1,
2
],
"max_num_seqs": 32,
2026-04-23 15:42:35 +08:00
"gpu_util": "0.96",
2026-04-23 13:50:03 +08:00
"kv_cache_dtype": "fp8",
"enable_prefix_caching": true,
"tool_call_parser": "qwen3_coder",
"reasoning_parser": "qwen3",
"enable_auto_tool_choice": true,
2026-04-23 15:08:27 +08:00
"language_model_only": true,
2026-04-23 13:50:03 +08:00
"served_model_name": "Qwen3.6-27B",
"hf_model_id": "Qwen/Qwen3.6-27B"
},
2026-04-23 15:42:35 +08:00
"Qwen3.6-27B-FP8": {
"local_path": "Qwen3.6-27B-FP8",
"dtype": "auto",
2026-04-23 16:24:11 +08:00
"quantization": "fp8",
2026-05-18 15:23:11 +08:00
"ctx": "131072",
"max_tokens": "32768",
"max_num_batched_tokens": 16384,
2026-04-23 15:42:35 +08:00
"trust_remote": true,
"enforce_eager": false,
"valid_tp": [
2026-04-29 14:31:32 +08:00
1,
2026-04-23 15:42:35 +08:00
2
],
2026-05-18 15:08:24 +08:00
"max_num_seqs": 32,
"gpu_util": "0.90",
2026-04-23 15:42:35 +08:00
"tool_call_parser": "qwen3_coder",
"reasoning_parser": "qwen3",
"enable_auto_tool_choice": true,
"language_model_only": true,
"served_model_name": "Qwen3.6-27B-FP8",
2026-05-18 14:50:41 +08:00
"hf_model_id": "Qwen/Qwen3.6-27B-FP8",
2026-05-18 15:08:24 +08:00
"env": {
"VLLM_RPC_TIMEOUT": "300"
},
2026-05-18 14:50:41 +08:00
"speculative": {
"method": "dflash",
"model": "Qwen3.6-27B-DFlash",
"num_speculative_tokens": 8,
2026-05-18 15:50:14 +08:00
"draft_tensor_parallel_size": 2
2026-05-18 14:50:41 +08:00
}
2026-03-29 05:35:20 +08:00
}
}
2026-03-29 05:06:19 +08:00
}
}