mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2025-01-10 18:51:45 +00:00
This commit is contained in:
parent
4af03de2a6
commit
594a07a515
@ -3428,7 +3428,7 @@ static void ggml_backend_metal_set_n_cb(ggml_backend_t backend, int n_cb) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if(ctx->encode_async) {
|
if (ctx->encode_async) {
|
||||||
Block_release(ctx->encode_async);
|
Block_release(ctx->encode_async);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user