-
Hi guys, thank you so much for your great jobs on immich that helps me a lot in managing tons of my photos. I have a spare outdated Quadro K2200 and would like to make use of it, while its highest CUDA version is 5.0, lower than the minimum requirement of immich (CUDA 5.2). I would like to ask if there's any way to lower the minimum support version for CUDA in immich-machine-learning, such as customizing and building my own binary and docker images. Again, sincerely appreciate your great work! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can try building ONNX Runtime yourself and setting |
Beta Was this translation helpful? Give feedback.
You can try building ONNX Runtime yourself and setting
CMAKE_CUDA_ARCHITECTURES
accordingly. Then extend the immich machine learning image, remove the onnxruntime-gpu package, copy over the one you built and install it.