This commit is contained in:
2026-04-03 00:53:46 +08:00
parent 41aa18e42f
commit 240fcc67ae
2 changed files with 14 additions and 3 deletions
+6 -3
View File
@@ -38,14 +38,17 @@
}, },
"Qwen3.5-27B-FP8": { "Qwen3.5-27B-FP8": {
"local_path": "Qwen3.5-27B-FP8", "local_path": "Qwen3.5-27B-FP8",
"dtype": "bfloat16", "dtype": "auto",
"ctx": "65536", "ctx": "65536",
"trust_remote": true, "trust_remote": true,
"valid_tp": [1, 2], "valid_tp": [1, 2],
"max_num_seqs": "4", "max_num_seqs": 12,
"max_tokens": "8192", "max_tokens": "8192",
"enforce_eager": false, "enforce_eager": false,
"gpu_util": "0.94", "gpu_util": "0.9",
"kv_cache_dtype": "fp8",
"enable_prefix_caching": true,
"max_num_batched_tokens": 16384,
"tool_call_parser": "qwen3_coder", "tool_call_parser": "qwen3_coder",
"reasoning_parser": "qwen3", "reasoning_parser": "qwen3",
"enable_auto_tool_choice": true, "enable_auto_tool_choice": true,
+8
View File
@@ -17,6 +17,14 @@ services:
VLLM_RPC_TIMEOUT: "300" VLLM_RPC_TIMEOUT: "300"
VLLM_WORKER_MULTIPROC_METHOD: "spawn" VLLM_WORKER_MULTIPROC_METHOD: "spawn"
PYTHONUNBUFFERED: "1" PYTHONUNBUFFERED: "1"
# 启用 AITER 加速(R9700 属于 gfx1201 架构)
VLLM_ROCM_USE_AITER: "1"
VLLM_USE_AITER_UNIFIED_ATTENTION: "1"
VLLM_ROCM_USE_AITER_MHA: "0"
# 增强 All-Reduce 性能(双卡通信优化)
VLLM_ROCM_QUICK_REDUCE_QUANTIZATION: "INT4"
# 使用 vLLM V1 引擎(性能更好)
VLLM_USE_V1: "1"
devices: devices:
- /dev/kfd - /dev/kfd
- /dev/dri - /dev/dri