We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d03a54 commit 7253a69Copy full SHA for 7253a69
llama.h
@@ -485,7 +485,7 @@ extern "C" {
485
// (e.g. beams[0]) as they will be removed (shifted) from all beams in all subsequent callbacks.
486
// These pointers are valid only during the synchronous callback, so should not be saved.
487
struct llama_beams_state {
488
- llama_beam_view * beam_views;
+ struct llama_beam_view * beam_views;
489
size_t n_beams; // Number of elements in beam_views[].
490
size_t common_prefix_length; // Current max length of prefix tokens shared by all beams.
491
bool last_call; // True iff this is the last callback invocation.
0 commit comments