Files
enginex-ascend-910-vllm/tests/e2e/weekly/single_node/configs/Qwen3-8B-w8a8sc-310p.yaml
Sun Ruoxi 7f8a1b1f7a init v0.23.0
Signed-off-by: Sun Ruoxi <sunruoxi@4paradigm.com>
2026-08-27 15:11:51 +08:00

59 lines
1.6 KiB
YAML

# ==========================================
# ACTUAL TEST CASES
# ==========================================
test_cases:
- name: "qwen3-8b"
model: "vllm-ascend/Qwen3-8B-w8a8sc-310-vllm-tp1"
envs:
SERVER_PORT: "DEFAULT_PORT"
server_cmd:
- "--port"
- "$SERVER_PORT"
- "--tensor-parallel-size"
- "1"
- "--gpu-memory-utilization"
- "0.8"
- "--max-num-seqs"
- "32"
- "--dtype"
- "float16"
- "--quantization"
- "ascend"
- "--max-model-len"
- "20480"
- "--no-enable-prefix-caching"
- "--load_format"
- "sharded_state"
- "--compilation-config"
- '{"cudagraph_mode":"FULL_DECODE_ONLY", "cudagraph_capture_sizes":[1,4,8,16,24,32]}'
- "--additional-config"
- '{"ascend_compilation_config":{"enable_npugraph_ex":false, "fuse_norm_quant": false}}'
- "--default-chat-template-kwargs"
- '{"enable_thinking": false}'
benchmarks:
perf:
case_type: performance
dataset_path: vllm-ascend/GSM8K-in512-bs100-qwen3
request_conf: vllm_api_stream_chat
dataset_conf: gsm8k/gsm8k_gen_0_shot_cot_str_perf
num_prompts: 4
max_out_len: 512
batch_size: 1
request_rate: 0
baseline: 18
threshold: 0.95
acc:
case_type: accuracy
dataset_path: vllm-ascend/gsm8k
request_conf: vllm_api_general_chat
dataset_conf: gsm8k/gsm8k_gen_0_shot_cot_chat_prompt
max_out_len: 10240
batch_size: 32
baseline: 93.3
threshold: 1
temperature: 0
top_p: 0.95
ignore_eos: false