Commit ·
cba39d0
1
Parent(s): 952354b
Pin pyarrow<18 to fix datasets compatibility
Browse filesCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- deepseek-ocr-vllm.py +1 -0
deepseek-ocr-vllm.py
CHANGED
|
@@ -4,6 +4,7 @@
|
|
| 4 |
# "datasets",
|
| 5 |
# "huggingface-hub",
|
| 6 |
# "pillow",
|
|
|
|
| 7 |
# "vllm",
|
| 8 |
# "tqdm",
|
| 9 |
# "toolz",
|
|
|
|
| 4 |
# "datasets",
|
| 5 |
# "huggingface-hub",
|
| 6 |
# "pillow",
|
| 7 |
+
# "pyarrow>=17.0.0,<18.0.0",
|
| 8 |
# "vllm",
|
| 9 |
# "tqdm",
|
| 10 |
# "toolz",
|