From 463cef7ea2d15a5029a0c179a18a175e236d0eb1 Mon Sep 17 00:00:00 2001 From: Jake Poznanski Date: Wed, 13 Aug 2025 20:57:15 +0000 Subject: [PATCH] New default model --- olmocr/pipeline.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/olmocr/pipeline.py b/olmocr/pipeline.py index fcfca15..6f0a8e3 100644 --- a/olmocr/pipeline.py +++ b/olmocr/pipeline.py @@ -1019,8 +1019,8 @@ async def main(): ) parser.add_argument( "--model", - help="Path where the model is located, allenai/olmOCR-7B-0725-FP8 is the default, can be local, s3, or hugging face.", - default="allenai/olmOCR-7B-0725-FP8", + help="Path where the model is located, allenai/olmOCR-7B-0825-FP8 is the default, can be local, s3, or hugging face.", + default="allenai/olmOCR-7B-0825-FP8", ) # More detailed config options, usually you shouldn't have to change these