Commit ·
7f894a6
1
Parent(s): 9374949
Pin numarkdown-ocr.py to stable vLLM (>=0.15.1) + datasets>=4.0.0
Browse filesQwen2.5-VL architecture is in stable vLLM, no nightly needed.
Pinning datasets>=4.0.0 fixes pyarrow compatibility.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- numarkdown-ocr.py +2 -2
numarkdown-ocr.py
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
# /// script
|
| 2 |
# requires-python = ">=3.11"
|
| 3 |
# dependencies = [
|
| 4 |
-
# "datasets",
|
| 5 |
# "huggingface-hub",
|
| 6 |
# "pillow",
|
| 7 |
-
# "vllm",
|
| 8 |
# "tqdm",
|
| 9 |
# "toolz",
|
| 10 |
# "torch", # Added for CUDA check
|
|
|
|
| 1 |
# /// script
|
| 2 |
# requires-python = ">=3.11"
|
| 3 |
# dependencies = [
|
| 4 |
+
# "datasets>=4.0.0",
|
| 5 |
# "huggingface-hub",
|
| 6 |
# "pillow",
|
| 7 |
+
# "vllm>=0.15.1",
|
| 8 |
# "tqdm",
|
| 9 |
# "toolz",
|
| 10 |
# "torch", # Added for CUDA check
|