Kubuntu 26.04 running siril.
remove whatever is at:
~/.local/share/siril
open a terminal there. Then it's simply:
. venv/bin/activate
Siril was complaining about not being able to load some CUDA 13 stuff, so from here:
https://pytorch.org/get-started/locally/
Then it's simply:
https://pytorch.org/get-started/locally/
![]() |
| choose your poison |
pip3 install torch torchvision
Launch siril now, and we get hw accellerateion:
02:06:46: Testing CUDAExecutionProvider...02:06:46: OK: CUDAExecutionProvider ran successfully02:06:46: Testing CPUExecutionProvider...02:06:46: OK: CPUExecutionProvider ran successfully02:06:46: === Summary ===02:06:46: OK: Working providers (in priority order):02:06:46: - CUDAExecutionProvider02:06:46: - CPUExecutionProvider02:06:46: → Best available provider: CUDAExecutionProvider02:06:46: Cached execution providers to /home/steve/.config/siril/siril_onnx.conf02:06:48: Using inference providers: ['CUDAExecutionProvider', 'CPUExecutionProvider']02:07:03: Finished denoising









