"examples/mxnet/gat/gat.py" did not exist on "ee241699e02f7b386831a922a6c1792ad551e370"
ggml: Check for OOM and return as Go errors
If there is a CUDA OOM, we currently don't check the return value and will evetually segfault. This checks for the problem and generates a Go error. At the moment, this will still result in a panic but having the error is the first step to being able to handle it more gracefully.
Showing
Please register or sign in to comment