From 0c3d2d2e16f8081a3378c7957127f4842f673ec7 Mon Sep 17 00:00:00 2001 From: Jake Poznanski Date: Mon, 20 Oct 2025 22:38:49 +0000 Subject: [PATCH] One more args fix --- olmocr/bench/runners/run_olmocr_pipeline.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/olmocr/bench/runners/run_olmocr_pipeline.py b/olmocr/bench/runners/run_olmocr_pipeline.py index 09e7042..520da89 100644 --- a/olmocr/bench/runners/run_olmocr_pipeline.py +++ b/olmocr/bench/runners/run_olmocr_pipeline.py @@ -22,8 +22,8 @@ logger = logging.getLogger("olmocr_runner") @dataclass class Args: model: str = "allenai/olmOCR-7B-1025-FP8" - server: str = "http://localhost:30000/v1" - port: int = 3000 + server: str = "http://localhost:30044/v1" + port: int = 30044 model_chat_template: str = "qwen2-vl" max_model_len: int = 8192 guided_decoding: bool = False