8000
We read every piece of feedback, and take your input very seriously.
To see 8000 all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d046dce commit 232caf3Copy full SHA for 232caf3
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