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;
|
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);
|
||||||
|
Loading…
Reference in New Issue
Block a user