mirror of
https://github.com/allenai/olmocr.git
synced 2025-10-31 18:15:44 +00:00
New default model
This commit is contained in:
parent
e86267a01c
commit
463cef7ea2
@ -1019,8 +1019,8 @@ async def main():
|
|||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--model",
|
"--model",
|
||||||
help="Path where the model is located, allenai/olmOCR-7B-0725-FP8 is the default, can be local, s3, or hugging face.",
|
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-0725-FP8",
|
default="allenai/olmOCR-7B-0825-FP8",
|
||||||
)
|
)
|
||||||
|
|
||||||
# More detailed config options, usually you shouldn't have to change these
|
# More detailed config options, usually you shouldn't have to change these
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user