Commit ·
589be42
1
Parent(s): 4ff458d
Switch from vLLM nightly to stable v0.15.0
Browse filesThe vLLM nightly had a regression causing image processor loading
to fail. Using stable release for reliability.
Removed:
- triton-kernels git dependency (not needed for stable)
- nightly wheel index
- prerelease allow setting
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- lighton-ocr2.py +1 -8
lighton-ocr2.py
CHANGED
|
@@ -6,18 +6,11 @@
|
|
| 6 |
# "huggingface-hub",
|
| 7 |
# "hf-xet",
|
| 8 |
# "pillow",
|
| 9 |
-
# "vllm",
|
| 10 |
# "tqdm",
|
| 11 |
# "toolz",
|
| 12 |
# "torch",
|
| 13 |
-
# "triton-kernels @ git+https://github.com/triton-lang/triton.git@v3.5.0#subdirectory=python/triton_kernels",
|
| 14 |
# ]
|
| 15 |
-
#
|
| 16 |
-
# [[tool.uv.index]]
|
| 17 |
-
# url = "https://wheels.vllm.ai/nightly"
|
| 18 |
-
#
|
| 19 |
-
# [tool.uv]
|
| 20 |
-
# prerelease = "allow"
|
| 21 |
# ///
|
| 22 |
|
| 23 |
"""
|
|
|
|
| 6 |
# "huggingface-hub",
|
| 7 |
# "hf-xet",
|
| 8 |
# "pillow",
|
| 9 |
+
# "vllm>=0.15.0",
|
| 10 |
# "tqdm",
|
| 11 |
# "toolz",
|
| 12 |
# "torch",
|
|
|
|
| 13 |
# ]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
# ///
|
| 15 |
|
| 16 |
"""
|