mirror of
https://github.com/allenai/olmocr.git
synced 2025-07-03 07:05:50 +00:00
Readme
This commit is contained in:
parent
496e162712
commit
9a1be7e6c2
@ -32,13 +32,13 @@ cd olmocr
|
|||||||
pip install -e .
|
pip install -e .
|
||||||
```
|
```
|
||||||
|
|
||||||
Finally, make sure you have sglang with flashinfer installed if you want to do efficient inference
|
Finally, make sure you have sglang with flashinfer installed if you want to run inference on your own GPU.
|
||||||
```bash
|
```bash
|
||||||
pip install sgl-kernel --force-reinstall --no-deps
|
pip install sgl-kernel --force-reinstall --no-deps
|
||||||
pip install "sglang[all]" --find-links https://flashinfer.ai/whl/cu124/torch2.4/flashinfer/
|
pip install "sglang[all]" --find-links https://flashinfer.ai/whl/cu124/torch2.4/flashinfer/
|
||||||
```
|
```
|
||||||
|
|
||||||
## BETA TESTER NOTE:
|
**BETA TESTER NOTE:**
|
||||||
If you are a beta tester, you will need to login using the hugging-face CLI
|
If you are a beta tester, you will need to login using the hugging-face CLI
|
||||||
to make sure you have access to https://huggingface.co/allenai/olmocr-preview
|
to make sure you have access to https://huggingface.co/allenai/olmocr-preview
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user