From 81f543019eaf635035a6be6b93026c7c5cbe0e3c Mon Sep 17 00:00:00 2001 From: Jake Poznanski Date: Fri, 14 Feb 2025 13:30:39 -0800 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 1b27d15..54f3d07 100644 --- a/README.md +++ b/README.md @@ -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.