Skip to content

It costs a long time to test on the DocVQA #933

@01upup10

Description

@01upup10

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
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions