staghado commited on
Commit
b88bfef
·
verified ·
1 Parent(s): 3382b93

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -7
README.md CHANGED
@@ -67,18 +67,15 @@ All benchmarks evaluated using **vLLM** on the Olmo-Bench.
67
 
68
  ## Installation
69
 
 
70
  ```bash
71
 
72
  uv venv --python 3.12 --seed
73
  source .venv/bin/activate
74
 
75
- export VLLM_COMMIT=e88bdd60d9a25d985168c9f4a60ab10095236d7c
76
- uv pip install vllm \
77
- 'triton-kernels @ git+https://github.com/triton-lang/[email protected]#subdirectory=python/triton_kernels' \
78
- --torch-backend=auto \
79
- --extra-index-url https://wheels.vllm.ai/${VLLM_COMMIT} \
80
- --prerelease=allow
81
-
82
  uv pip install pypdfium2 pillow requests
83
  ```
84
 
 
67
 
68
  ## Installation
69
 
70
+ [2025/11/24] 🚀 LightOnOCR is now officially supported in vLLM v0.11.1 🚀
71
  ```bash
72
 
73
  uv venv --python 3.12 --seed
74
  source .venv/bin/activate
75
 
76
+ # install any version higher than 0.11.1
77
+ uv pip install vllm==0.11.2
78
+ # extra deps need only to run the example below
 
 
 
 
79
  uv pip install pypdfium2 pillow requests
80
  ```
81