Commit d46efa0
ocr: pin transformers<5 in dots-mocr (#76)
dots.mocr's remote code calls AutoProcessor.register with a string
key, which transformers v5 rejects (AttributeError: 'str' object has
no attribute '__module__'). transformers rode in unpinned via vllm and
drifted to v5. Verified on a real l4x1 Job (5-sample smoke + 50-sample
production run).
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>1 parent 483ff79 commit d46efa0
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
11 | 14 | | |
12 | 15 | | |
13 | 16 | | |
| |||
0 commit comments