Spaces:
Running
Running
whisper : document whisper_batch.n_seq_id (#1942)
Browse filesTo prevent other people from attempting to remove it, as I did.
- 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 |
};
|