Skip to content

Commit 5ec4967

Browse files
committed
New default model
1 parent a4752b5 commit 5ec4967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

olmocr/pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@ async def main():
10121012
parser.add_argument(
10131013
"--model",
10141014
help="List of paths where you can find the model to convert this pdf. You can specify several different paths here, and the script will try to use the one which is fastest to access",
1015-
default="allenai/olmOCR-7B-0225-preview",
1015+
default="allenai/olmOCR-7B-0725-FP8",
10161016
)
10171017

10181018
parser.add_argument("--gpu-memory-utilization", type=float, help="Fraction of VRAM vLLM may pre-allocate for KV-cache " "(passed through to vllm serve).")

0 commit comments

Comments
 (0)