Skip to content

Commit

Permalink
ci : see if this is causing the crash
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov committed Sep 10, 2023
1 parent 06d1d28 commit 1b9b645
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions whisper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2776,9 +2776,13 @@ struct whisper_state * whisper_init_state(whisper_context * ctx) {

static const size_t tensor_alignment = 32;

printf("debug CI - checkpoint 0\n");
state->alloc_encode = ggml_allocr_new_measure(tensor_alignment);
printf("debug CI - checkpoint 1\n");
state->alloc_encode_post = ggml_allocr_new_measure(tensor_alignment);
printf("debug CI - checkpoint 2\n");
state->alloc_decode = ggml_allocr_new_measure(tensor_alignment);
printf("debug CI - checkpoint 3\n");

// encoder allocator
{
Expand Down

0 comments on commit 1b9b645

Please sign in to comment.