We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa33614 commit b619cfcCopy full SHA for b619cfc
llama.h
@@ -495,7 +495,6 @@ extern "C" {
495
/// @details Deterministically returns entire sentence constructed by a beam search.
496
/// @param ctx Pointer to the llama_context.
497
/// @param callback Invoked for each iteration of the beam_search loop, passing in beams_state.
498
- /// The return beam_search_control can be used to control the beam_search execution.
499
/// @param callback_data A pointer that is simply passed back to callback.
500
/// @param n_beams Number of beams to use.
501
/// @param n_past Number of tokens already evaluated.
0 commit comments