I'm using Ubuntu 24.04, uv 0.11.7, cuda 13.0 .
Here my solution:
xx@xxxxx:~/.local/share/uv/tools/churro-ocr/lib/python3.14/site-packages/churro_ocr/_internal$ diff install.py.ori000 install.py
34c34
< _PYTORCH_PACKAGES: Final[tuple[str, ...]] = ("torch", "torchvision")
---
> _PYTORCH_PACKAGES: Final[tuple[str, ...]] = ("torch", "torchvision", "accelerate")
I'm using Ubuntu 24.04, uv 0.11.7, cuda 13.0 .
Here my solution: