Commit ·
57aa59f
1
Parent(s): ee2a300
Fix: Add pyarrow dependency for datasets compatibility
Browse files- deepseek-ocr2-vllm.py +1 -0
deepseek-ocr2-vllm.py
CHANGED
|
@@ -8,6 +8,7 @@
|
|
| 8 |
# "tqdm",
|
| 9 |
# "toolz",
|
| 10 |
# "torch",
|
|
|
|
| 11 |
# ]
|
| 12 |
#
|
| 13 |
# [[tool.uv.index]]
|
|
|
|
| 8 |
# "tqdm",
|
| 9 |
# "toolz",
|
| 10 |
# "torch",
|
| 11 |
+
# "pyarrow>=14.0.1",
|
| 12 |
# ]
|
| 13 |
#
|
| 14 |
# [[tool.uv.index]]
|