File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -327,7 +327,7 @@ def evaluate(
327
327
# hack: remove image columns to speed avoid loading images and speed up postprocessing
328
328
# reason: doc_iterator will actually load image if it's in the doc.
329
329
docs = task .test_docs () if task .has_test_docs () else task .validation_docs ()
330
- if "d170" not in task_name and "dc100" not in task_name and "dc200" not in task_name and "llava_wilder" not in task_name and "livebench " not in task_name and "wildvision" not in task_name :
330
+ if "d170" not in task_name and "dc100" not in task_name and "dc200" not in task_name and "llava_wilder" not in task_name and "live_bench " not in task_name and "wildvision" not in task_name :
331
331
remove_cols = []
332
332
features = docs .features
333
333
# If it is an Image instance or a Sequence of Image instance. Remove it
You can’t perform that action at this time.
0 commit comments