davanstrien HF Staff Claude Opus 4.6 commited on
Commit
79f3d9e
·
1 Parent(s): 522abec

Switch back to nightly vLLM, add addict + matplotlib deps

Browse files

DeepSeek-OCR-2 is not in stable vLLM 0.15.1 yet (only nightly).
The nightly x86_64 builds are back (dev142). Also add addict and
matplotlib which the model's custom code requires.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

Files changed (1) hide show
  1. deepseek-ocr2-vllm.py +9 -1
deepseek-ocr2-vllm.py CHANGED
@@ -4,11 +4,19 @@
4
  # "datasets>=4.0.0",
5
  # "huggingface-hub",
6
  # "pillow",
7
- # "vllm>=0.15.1",
8
  # "tqdm",
9
  # "toolz",
10
  # "torch",
 
 
11
  # ]
 
 
 
 
 
 
12
  # ///
13
 
14
  """
 
4
  # "datasets>=4.0.0",
5
  # "huggingface-hub",
6
  # "pillow",
7
+ # "vllm",
8
  # "tqdm",
9
  # "toolz",
10
  # "torch",
11
+ # "addict",
12
+ # "matplotlib",
13
  # ]
14
+ #
15
+ # [[tool.uv.index]]
16
+ # url = "https://wheels.vllm.ai/nightly"
17
+ #
18
+ # [tool.uv]
19
+ # prerelease = "allow"
20
  # ///
21
 
22
  """