# ========================================== # ACTUAL TEST CASES # ========================================== test_cases: - name: "Qwen3.5-27B-w8a8" model: "Eco-Tech/Qwen3.5-27B-w8a8-mtp" envs: VLLM_USE_MODELSCOPE: "true" PYTORCH_NPU_ALLOC_CONF: "expandable_segments:True" HCCL_BUFFSIZE: "1024" HCCL_OP_EXPANSION_MODE: "AIV" OMP_NUM_THREADS: "1" TASK_QUEUE_ENABLE: "1" SERVER_PORT: "DEFAULT_PORT" server_cmd: - "--tensor-parallel-size" - "2" - "--data-parallel-size" - "1" - "--port" - "$SERVER_PORT" - "--max-num-seqs" - "128" - "--quantization" - "ascend" - "--max-model-len" - "196608" - "--max-num-batched-tokens" - "16384" - "--trust-remote-code" - "--async-scheduling" - "--allowed-local-media-path" - "/" - "--gpu-memory-utilization" - "0.9" - "--additional-config" - '{"enable_cpu_binding":true}' - "--speculative_config" - '{"method": "qwen3_5_mtp", "num_speculative_tokens": 3,"enforce_eager": true}' - "--compilation-config" - '{"cudagraph_capture_sizes":[1,4,8,12,16,24,32,48,56,64,72,84,96,108,112,128,160,172,196,200,212,232,256,272,288,312,328,344,360,384,400,416,432,448,480,512], "cudagraph_mode":"FULL_DECODE_ONLY"}' - "--mm-processor-cache-gb" - "0" benchmarks: acc_aime2025: case_type: accuracy dataset_path: vllm-ascend/aime2025 request_conf: vllm_api_general_chat dataset_conf: aime2025/aime2025_gen_0_shot_chat_prompt max_out_len: 65536 batch_size: 32 baseline: 90 threshold: 10 ignore_eos: false thinking: true temperature: 1.0 top_p: 0.95 top_k: 20 min_p: 0.0 presence_penalty: 1.5 repetition_penalty: 1.0 perf: case_type: performance dataset_path: vllm-ascend/GSM8K-in3500-bs8000-qwen3 request_conf: vllm_api_stream_chat dataset_conf: gsm8k/gsm8k_gen_0_shot_cot_str_perf num_prompts: 140 max_out_len: 1500 batch_size: 35 request_rate: 0 baseline: 610.22 threshold: 0.97