staghado commited on
Commit
237e2bc
·
verified ·
1 Parent(s): e3f474d

Update README.md

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