Update README.md

This commit is contained in:
Jake Poznanski 2025-02-14 13:30:39 -08:00 committed by GitHub
parent 08f76121c3
commit 81f543019e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,9 +35,7 @@ Set up a conda environment and install olmocr
conda create -n olmocr python=3.11
conda activate olmocr
git clone https://github.com/allenai/olmocr.git
cd olmocr
pip install -e .
pip install olmocr
```
Install sglang with [flashinfer](https://github.com/flashinfer-ai/flashinfer) if you want to run inference on GPU.