diff --git a/olmocr/bench/runners/run_olmocr_pipeline.py b/olmocr/bench/runners/run_olmocr_pipeline.py index 6ac6b5f..d48e5be 100644 --- a/olmocr/bench/runners/run_olmocr_pipeline.py +++ b/olmocr/bench/runners/run_olmocr_pipeline.py @@ -22,6 +22,7 @@ logger = logging.getLogger("olmocr_runner") @dataclass class Args: model: str = "allenai/olmOCR-7B-1025-FP8" + server: str = "http://localhost:30000/v1" port: int = 3000 model_chat_template: str = "qwen2-vl" max_model_len: int = 8192