Model defaults

This commit is contained in:
Jake Poznanski 2025-10-07 17:10:45 +00:00
parent b81e40602d
commit e15615aadb

View File

@ -1040,8 +1040,8 @@ async def main():
)
parser.add_argument(
"--model",
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",
help="Path where the model is located, allenai/olmOCR-7B-1025-FP8 is the default, can be local, s3, or hugging face.",
default="allenai/olmOCR-7B-1025-FP8",
)
# More detailed config options, usually you shouldn't have to change these