From 333f029ffb706e69c64d04726db2fdae92b2677e Mon Sep 17 00:00:00 2001 From: Bo Yuan Date: Mon, 30 Jun 2025 01:06:21 -0500 Subject: [PATCH] Fix typo in pip install command for GPU setup Remove incorrect period before [gpu] in pip install command. The correct syntax is 'olmocr[gpu]' not 'olmocr.[gpu]'. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27e66f4..a8cdd33 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ conda activate olmocr pip install olmocr[bench] # For actually converting the files with your own GPU -pip install olmocr.[gpu] --extra-index-url https://download.pytorch.org/whl/cu128 +pip install olmocr[gpu] --extra-index-url https://download.pytorch.org/whl/cu128 # Recommended: Install flash infer for faster inference on GPU pip install https://download.pytorch.org/whl/cu128/flashinfer/flashinfer_python-0.2.5%2Bcu128torch2.7-cp38-abi3-linux_x86_64.whl