davanstrien HF Staff Claude Opus 4.6 commited on
Commit
5bc3634
·
1 Parent(s): 7f894a6

Switch lighton-ocr2.py to stable vLLM (>=0.15.1), drop nightly index

Browse files

LightOnOCR-2 architecture is in stable vLLM since 0.15.1.
Also bumps datasets>=4.0.0 and drops pyarrow<18 pin.

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

Files changed (1) hide show
  1. lighton-ocr2.py +2 -9
lighton-ocr2.py CHANGED
@@ -1,21 +1,14 @@
1
  # /// script
2
  # requires-python = ">=3.11"
3
  # dependencies = [
4
- # "datasets>=3.1.0",
5
- # "pyarrow>=17.0.0,<18.0.0",
6
  # "huggingface-hub",
7
  # "pillow",
8
- # "vllm",
9
  # "tqdm",
10
  # "toolz",
11
  # "torch",
12
  # ]
13
- #
14
- # [[tool.uv.index]]
15
- # url = "https://wheels.vllm.ai/nightly/cu129"
16
- #
17
- # [tool.uv]
18
- # prerelease = "allow"
19
  # ///
20
 
21
  """
 
1
  # /// script
2
  # requires-python = ">=3.11"
3
  # dependencies = [
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
  """