### What this PR does / why we need it?
Fix accuracy for DeepSeek-V2-Lite
### Does this PR introduce _any_ user-facing change?
no
### How was this patch tested?
CI passed
- vLLM version: v0.10.2
- vLLM main:
66072b36db
Signed-off-by: hfadzxy <starmoon_zhang@163.com>
16 lines
354 B
YAML
16 lines
354 B
YAML
model_name: "deepseek-ai/DeepSeek-V2-Lite"
|
|
tasks:
|
|
- name: "gsm8k"
|
|
metrics:
|
|
- name: "exact_match,strict-match"
|
|
value: 0.375
|
|
- name: "exact_match,flexible-extract"
|
|
value: 0.375
|
|
tensor_parallel_size: 2
|
|
batch_size: 8
|
|
gpu_memory_utilization: 0.7
|
|
apply_chat_template: False
|
|
fewshot_as_multiturn: False
|
|
trust_remote_code: True
|
|
enforce_eager: True
|