Commit ·
9e458ca
1
Parent(s): 57aa59f
Fix: Constrain pyarrow to <18.0.0 for datasets compatibility
Browse files- deepseek-ocr2-vllm.py +1 -1
deepseek-ocr2-vllm.py
CHANGED
|
@@ -8,7 +8,7 @@
|
|
| 8 |
# "tqdm",
|
| 9 |
# "toolz",
|
| 10 |
# "torch",
|
| 11 |
-
# "pyarrow
|
| 12 |
# ]
|
| 13 |
#
|
| 14 |
# [[tool.uv.index]]
|
|
|
|
| 8 |
# "tqdm",
|
| 9 |
# "toolz",
|
| 10 |
# "torch",
|
| 11 |
+
# "pyarrow<18.0.0",
|
| 12 |
# ]
|
| 13 |
#
|
| 14 |
# [[tool.uv.index]]
|