]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
metal : remove abort (skip) (ggml/0)
authorGeorgi Gerganov <redacted>
Thu, 3 Oct 2024 18:18:19 +0000 (21:18 +0300)
committerGeorgi Gerganov <redacted>
Thu, 3 Oct 2024 18:18:19 +0000 (21:18 +0300)
ggml/src/ggml-metal.m

index d10f5af0baf1fc3990e87454c67fabd2db8a35a4..c6a7014fc69f6e7ddbca649b8e406e2330c1ebd9 100644 (file)
@@ -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;