Sync from GitHub via hub-sync
Browse files- dots-mocr.py +3 -0
dots-mocr.py
CHANGED
|
@@ -8,6 +8,9 @@
|
|
| 8 |
# "tqdm",
|
| 9 |
# "toolz",
|
| 10 |
# "torch",
|
|
|
|
|
|
|
|
|
|
| 11 |
# ]
|
| 12 |
#
|
| 13 |
# ///
|
|
|
|
| 8 |
# "tqdm",
|
| 9 |
# "toolz",
|
| 10 |
# "torch",
|
| 11 |
+
# # dots.mocr's remote code (AutoProcessor.register with a string key)
|
| 12 |
+
# # breaks on transformers v5; vllm pulls transformers unpinned.
|
| 13 |
+
# "transformers<5",
|
| 14 |
# ]
|
| 15 |
#
|
| 16 |
# ///
|