mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-08-17 18:22:01 +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;
|
||||
}
|
||||
|
||||
ggml_set_output(cur);
|
||||
|
||||
ggml_build_forward_expand(gf, cur);
|
||||
|
||||
ggml_free(ctx0);
|
||||
|
Reference in New Issue
Block a user