mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2024-12-19 04:37:51 +00:00
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:
parent
ec166499d8
commit
a56f435fd4
@ -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;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user