Hello,
the "latest" containers für cuda13 dont work with my V100. I run Nvidia GPU operator with 580x drivers and cuda13. This works with llama.cpp (natively installed without localAI), but fails to load any backend with localAI. Without any backend logs as far as I can see.
The cuda12 images however work.
Describe the bug
Make the cuda13 images work with older volta architecture, they are SM70.
To Reproduce
Start a backend on a v100
Expected behavior
It should run
Additional context
Maybe related: (#9156
Furthermore SM70 does not support BF16, just FP16 and FP32. Some models have pytoch variables set to BF16. Maybe that can be auto-detected? But that's a different issue ....
Hello,
the "latest" containers für cuda13 dont work with my V100. I run Nvidia GPU operator with 580x drivers and cuda13. This works with llama.cpp (natively installed without localAI), but fails to load any backend with localAI. Without any backend logs as far as I can see.
The cuda12 images however work.
Describe the bug
Make the cuda13 images work with older volta architecture, they are SM70.
To Reproduce
Start a backend on a v100
Expected behavior
It should run
Additional context
Maybe related: (#9156
Furthermore SM70 does not support BF16, just FP16 and FP32. Some models have pytoch variables set to BF16. Maybe that can be auto-detected? But that's a different issue ....