josharian commited on
Commit
f08549e
·
unverified ·
1 Parent(s): 6e9276c

whisper : document whisper_batch.n_seq_id (#1942)

Browse files

To prevent other people from attempting to remove it, as I did.

Files changed (1) hide show
  1. whisper.cpp +1 -1
whisper.cpp CHANGED
@@ -413,7 +413,7 @@ struct whisper_batch {
413
 
414
  whisper_token * token;
415
  whisper_pos * pos;
416
- int32_t * n_seq_id;
417
  whisper_seq_id ** seq_id; // null terminated
418
  int8_t * logits;
419
  };
 
413
 
414
  whisper_token * token;
415
  whisper_pos * pos;
416
+ int32_t * n_seq_id; // always 1, here for consistency with llama.cpp
417
  whisper_seq_id ** seq_id; // null terminated
418
  int8_t * logits;
419
  };