"...git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "c36f8487df35895421c15f351c7d360bd6800e5c"
runner.go: Better handle return NULL values from llama.cpp
Llama.cpp sometimes returns NULL as a return value to report an error. We should explicitly check for this and convert it to a Go error rather than putting NULL in our data structures and waiting for it to blow up later.
Showing
Please register or sign in to comment