mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2024-11-07 08:34:37 +01:00
whisper : set outputs from conv graph (#1959)
This commit is contained in:
parent
906c73b219
commit
725350d4ea
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user