Skip to content

Commit 6a9b18f

Browse files
[Fixbug] fix accuarcy for DeepSeek-V2-Lite
Signed-off-by: hfadzxy <starmoon_zhang@163.com>
1 parent a22b532 commit 6a9b18f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/e2e/models/configs/DeepSeek-V2-Lite.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ tasks:
33
- name: "gsm8k"
44
metrics:
55
- name: "exact_match,strict-match"
6-
value: 0.375
6+
value: 0.385
77
- name: "exact_match,flexible-extract"
8-
value: 0.375
8+
value: 0.385
99
tensor_parallel_size: 2
10-
batch_size: 8
10+
batch_size: 32
1111
gpu_memory_utilization: 0.7
1212
apply_chat_template: False
1313
fewshot_as_multiturn: False

0 commit comments

Comments
 (0)