diff --git a/olmocr/bench/runners/run_transformers.py b/olmocr/bench/runners/run_transformers.py index 6af61d1..466d1fd 100644 --- a/olmocr/bench/runners/run_transformers.py +++ b/olmocr/bench/runners/run_transformers.py @@ -8,7 +8,6 @@ from PIL import Image from transformers import ( AutoProcessor, Qwen2_5_VLForConditionalGeneration, - Qwen2VLForConditionalGeneration, ) from olmocr.data.renderpdf import render_pdf_to_base64png