From: Georgi Gerganov Date: Thu, 3 Oct 2024 18:18:19 +0000 (+0300) Subject: metal : remove abort (skip) (ggml/0) X-Git-Tag: upstream/0.0.4488~609 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=d5ed2b929d85bbd7dbeecb690880f07d9d7a6077;p=pkg%2Fggml%2Fsources%2Fllama.cpp metal : remove abort (skip) (ggml/0) --- diff --git a/ggml/src/ggml-metal.m b/ggml/src/ggml-metal.m index d10f5af0..c6a7014f 100644 --- a/ggml/src/ggml-metal.m +++ b/ggml/src/ggml-metal.m @@ -2993,7 +2993,6 @@ static enum ggml_status ggml_metal_graph_compute( NSError * error = nil; if (![[MTLCaptureManager sharedCaptureManager] startCaptureWithDescriptor:descriptor error:&error]) { GGML_LOG_ERROR("%s: error: unable to start capture '%s'\n", __func__, [[error localizedDescription] UTF8String]); - GGML_ABORT("capture failed"); } else { [ctx->capture_scope beginScope]; ctx->capture_started = true;