bench: fix MMMU VLM eval max_tokens for CoT prompt (#27327)

This commit is contained in:
Yuhao Yang
2026-06-05 10:28:16 +08:00
committed by GitHub
parent 2c8357f794
commit 46c58b5c70
+1 -1
View File
@@ -94,7 +94,7 @@ class TestNightlyVLMMmmuEval(unittest.TestCase):
eval_name="mmmu",
num_examples=100,
num_threads=64,
max_tokens=30,
max_tokens=1024,
)
args.return_latency = True