mirror of
https://github.com/allenai/olmocr.git
synced 2025-10-13 09:12:18 +00:00
Merge pull request #264 from boyuan99/fix-installation-command-typo
Fix typo in pip install command for GPU setup
This commit is contained in:
commit
f09b9ff142
@ -138,7 +138,7 @@ conda activate olmocr
|
|||||||
pip install olmocr[bench]
|
pip install olmocr[bench]
|
||||||
|
|
||||||
# For actually converting the files with your own GPU
|
# 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
|
# 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
|
pip install https://download.pytorch.org/whl/cu128/flashinfer/flashinfer_python-0.2.5%2Bcu128torch2.7-cp38-abi3-linux_x86_64.whl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user