davanstrien HF Staff Claude Opus 4.5 commited on
Commit
5f4d762
·
1 Parent(s): 589be42

Fix vLLM version constraint - v0.15.0 not on PyPI yet

Browse files

Use vllm>=0.11.1 since that's when LightOnOCR support was added
(PR #26916, merged Oct 2025).

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

Files changed (1) hide show
  1. lighton-ocr2.py +1 -1
lighton-ocr2.py CHANGED
@@ -6,7 +6,7 @@
6
  # "huggingface-hub",
7
  # "hf-xet",
8
  # "pillow",
9
- # "vllm>=0.15.0",
10
  # "tqdm",
11
  # "toolz",
12
  # "torch",
 
6
  # "huggingface-hub",
7
  # "hf-xet",
8
  # "pillow",
9
+ # "vllm>=0.11.1",
10
  # "tqdm",
11
  # "toolz",
12
  # "torch",