Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions tests/e2e/models/configs/DeepSeek-V2-Lite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ tasks:
- name: "gsm8k"
metrics:
- name: "exact_match,strict-match"
value: 0.375
value: 0.385
- name: "exact_match,flexible-extract"
value: 0.375
value: 0.385
tensor_parallel_size: 2
batch_size: 8
batch_size: 32
gpu_memory_utilization: 0.7
apply_chat_template: False
fewshot_as_multiturn: False
Expand Down
Loading