davanstrien HF Staff commited on
Commit
343d37f
·
verified ·
1 Parent(s): 9a22cbb

Sync from GitHub via hub-sync

Browse files
Files changed (1) hide show
  1. dots-ocr.py +4 -0
dots-ocr.py CHANGED
@@ -8,6 +8,10 @@
8
  # "tqdm",
9
  # "toolz",
10
  # "torch",
 
 
 
 
11
  # ]
12
  #
13
  # ///
 
8
  # "tqdm",
9
  # "toolz",
10
  # "torch",
11
+ # # dots.ocr's remote code (AutoProcessor.register with a string key)
12
+ # # breaks on transformers v5; vllm pulls transformers unpinned.
13
+ # # Same fix as dots-mocr (#76).
14
+ # "transformers<5",
15
  # ]
16
  #
17
  # ///