Commit 14633ba
committed
fix(deps): Add transformers[vision] for AutoModelForImageTextToText
Problem: Backend crashes with ModuleNotFoundError: AutoModelForImageTextToText
Solution: Changed transformers (>=4.46.0) to transformers[vision] (>=4.46.0)
to include vision-text model dependencies required by Docling's CodeFormulaModel1 parent aa37734 commit 14633ba
2 files changed
+3
-2
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
0 commit comments