Commit
·
d28bb20
1
Parent(s):
cba39d0
Pin datasets>=4.0.0, drop pyarrow pin
Browse filesCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- deepseek-ocr-vllm.py +1 -2
deepseek-ocr-vllm.py
CHANGED
|
@@ -1,10 +1,9 @@
|
|
| 1 |
# /// script
|
| 2 |
# requires-python = ">=3.11"
|
| 3 |
# dependencies = [
|
| 4 |
-
# "datasets",
|
| 5 |
# "huggingface-hub",
|
| 6 |
# "pillow",
|
| 7 |
-
# "pyarrow>=17.0.0,<18.0.0",
|
| 8 |
# "vllm",
|
| 9 |
# "tqdm",
|
| 10 |
# "toolz",
|
|
|
|
| 1 |
# /// script
|
| 2 |
# requires-python = ">=3.11"
|
| 3 |
# dependencies = [
|
| 4 |
+
# "datasets>=4.0.0",
|
| 5 |
# "huggingface-hub",
|
| 6 |
# "pillow",
|
|
|
|
| 7 |
# "vllm",
|
| 8 |
# "tqdm",
|
| 9 |
# "toolz",
|