Skip to content

Commit 3396166

Browse files
brian-dellabettaHDCharles
authored andcommitted
broken test
Signed-off-by: Brian Dellabetta <bdellabe@redhat.com>
1 parent 1057cb5 commit 3396166

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

tests/lmeval/configs/vl_int8_w8a8_dynamic_per_token.yaml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,16 @@ lmeval:
1010
model_args:
1111
dtype: bfloat16
1212
convert_img_format: True
13-
task: mmmu_val_literature
13+
task: chartqa
1414
apply_chat_template: True
1515
num_fewshot: 0
16-
batch_size: 8
17-
# dense model achieves accuracy of 0.833
16+
batch_size: 100
17+
limit: 100
18+
# test runs in m
19+
# dense model achieves exact_match accuracy of 0.
20+
# dense model achieves relaxed_accuracy of 0.
21+
# dense model achieves anywhere_accuracy of 0.
1822
metrics:
19-
acc,none: 0.833
23+
exact_match,none: 0.
24+
relaxed_accuracy,none: 0.
25+
anywhere_accuracy,none: 0.

0 commit comments

Comments
 (0)