### What this PR does / why we need it? This PR revise the test cases of various features on the warehouse which add the enablement of aclgraph to the test cases. ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? ut - vLLM version: v0.11.0rc3 - vLLM main: https://github.com/vllm-project/vllm/commit/v0.11.0 Signed-off-by: lilinsiman <lilinsiman@gmail.com>
18 lines
413 B
YAML
18 lines
413 B
YAML
model_name: "deepseek-ai/DeepSeek-V2-Lite"
|
|
runner: "linux-aarch64-a2-2"
|
|
hardware: "Atlas A2 Series"
|
|
tasks:
|
|
- name: "gsm8k"
|
|
metrics:
|
|
- name: "exact_match,strict-match"
|
|
value: 0.385
|
|
- name: "exact_match,flexible-extract"
|
|
value: 0.385
|
|
tensor_parallel_size: 2
|
|
batch_size: 32
|
|
gpu_memory_utilization: 0.7
|
|
apply_chat_template: False
|
|
fewshot_as_multiturn: False
|
|
trust_remote_code: True
|
|
enforce_eager: False
|