Merge pull request #264 from boyuan99/fix-installation-command-typo

Fix typo in pip install command for GPU setup
This commit is contained in:
Jake Poznanski 2025-06-30 09:52:27 -07:00 committed by GitHub
commit f09b9ff142
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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