Closed dynamiccreator closed 21 hours ago
It is not possible to disable GPU acceleration, as then I get always an error:
"(Exit code: 0). Please check settings and try loading the model again. "
This is problematic as then it will consume VRAM which could have used for another process like TTS in case the model is fast enough on CPU only.
using ubuntu 22.04, gtx 1050
Solution was to set to llama.cpp So no problem here at version 3.5. Fixed for me.
It is not possible to disable GPU acceleration, as then I get always an error:
"(Exit code: 0). Please check settings and try loading the model again. "
This is problematic as then it will consume VRAM which could have used for another process like TTS in case the model is fast enough on CPU only.
using ubuntu 22.04, gtx 1050