Skip to content

Commit

Permalink
whisper : set outputs from conv graph (#1959)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov committed Mar 16, 2024
1 parent 906c73b commit 725350d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions whisper.cpp
Expand Up @@ -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);
Expand Down

0 comments on commit 725350d

Please sign in to comment.