Fixing other way to run benchmark

This commit is contained in:
Jake Poznanski 2025-10-20 22:00:32 +00:00
parent eaf83026d3
commit 255ee48594

View File

@ -22,6 +22,7 @@ logger = logging.getLogger("olmocr_runner")
@dataclass @dataclass
class Args: class Args:
model: str = "allenai/olmOCR-7B-1025-FP8" model: str = "allenai/olmOCR-7B-1025-FP8"
port: int = 3000
model_chat_template: str = "qwen2-vl" model_chat_template: str = "qwen2-vl"
model_max_context: int = 8192 model_max_context: int = 8192
target_longest_image_dim: int = 1024 target_longest_image_dim: int = 1024