whisper : document whisper_batch.n_seq_id (#1942)

To prevent other people from attempting to remove it, as I did.
This commit is contained in:
Josh Bleecher Snyder 2024-03-10 07:55:22 -07:00 committed by GitHub
parent ec166499d8
commit a56f435fd4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -413,7 +413,7 @@ struct whisper_batch {
whisper_token * token; whisper_token * token;
whisper_pos * pos; whisper_pos * pos;
int32_t * n_seq_id; int32_t * n_seq_id; // always 1, here for consistency with llama.cpp
whisper_seq_id ** seq_id; // null terminated whisper_seq_id ** seq_id; // null terminated
int8_t * logits; int8_t * logits;
}; };