From: Georgi Gerganov Date: Sat, 16 Mar 2024 15:30:55 +0000 (+0200) Subject: whisper : set outputs from conv graph (#1959) X-Git-Tag: upstream/1.7.4~880 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=725350d4ea1545d890fe41f815b851cbc57838f6;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp whisper : set outputs from conv graph (#1959) --- diff --git a/whisper.cpp b/whisper.cpp index 289d7039..f6011974 100644 --- a/whisper.cpp +++ b/whisper.cpp @@ -1680,6 +1680,8 @@ static struct ggml_cgraph * whisper_build_graph_conv( wstate.embd_enc = cur; } + ggml_set_output(cur); + ggml_build_forward_expand(gf, cur); ggml_free(ctx0);