go-skynet / go-llama.cpp

LLama.cpp golang bindings
MIT License
650 stars 79 forks source link

fix(cuda): workaround sigsegv #224

Closed mudler closed 11 months ago

mudler commented 11 months ago

See: #218

This was introduced in #14

This is just a dummy workaround to avoid the binding to crash entirely - it skips lora for cublas until we find a better workaround