Merge branch 'main' of https://github.com/allenai/olmocr into main

This commit is contained in:
Jake Poznanski 2025-04-07 21:19:37 -07:00
commit ecbd3a246f

View File

@ -57,6 +57,10 @@ conda activate olmocr
git clone https://github.com/allenai/olmocr.git
cd olmocr
# For CPU-only operations, ex. running benchmarks
pip install -e .
# For actually converting the files with your own GPU
pip install -e .[gpu] --find-links https://flashinfer.ai/whl/cu124/torch2.4/flashinfer/
```