mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-08-18 00:00:34 +02:00
whisper : set outputs from conv graph (#1959)
This commit is contained in:
@@ -1680,6 +1680,8 @@ static struct ggml_cgraph * whisper_build_graph_conv(
|
|||||||
wstate.embd_enc = cur;
|
wstate.embd_enc = cur;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ggml_set_output(cur);
|
||||||
|
|
||||||
ggml_build_forward_expand(gf, cur);
|
ggml_build_forward_expand(gf, cur);
|
||||||
|
|
||||||
ggml_free(ctx0);
|
ggml_free(ctx0);
|
||||||
|
Reference in New Issue
Block a user