-
Notifications
You must be signed in to change notification settings - Fork 468
Open
Description
When I use Qwen3-VL-8B Instruction to evaluate on the DocVQA_val, I waited for a long time but didn't get the final test results after running the dataset. The program seems to be stuck. My command is
accelerate launch --num_processes 4 -m lmms_eval \
--model qwen3_vl \
--model_args=pretrained=Qwen/Qwen3-VL-8B-Instruct,max_pixels=12845056,attn_implementation=flash_attention_2,interleave_visuals=False \
--tasks docvqa_val \
--batch_size 3 \
--limit 1500 \
--output_path ./logs/Qwen3-VL-8B-Instruct_docvqa_limit1500_eval

Metadata
Metadata
Assignees
Labels
No labels