From 1fc548d2b55d40748705aa625eb333d6c8caf809 Mon Sep 17 00:00:00 2001 From: Jake Poznanski Date: Mon, 7 Apr 2025 20:01:22 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f35955c..6ee0095 100644 --- a/README.md +++ b/README.md @@ -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/ ```