Delete obsolete comment from an earlier revision.
This commit is contained in:
parent
fa33614b4d
commit
b619cfc059
1 changed files with 0 additions and 1 deletions
1
llama.h
1
llama.h
|
@ -495,7 +495,6 @@ extern "C" {
|
||||||
/// @details Deterministically returns entire sentence constructed by a beam search.
|
/// @details Deterministically returns entire sentence constructed by a beam search.
|
||||||
/// @param ctx Pointer to the llama_context.
|
/// @param ctx Pointer to the llama_context.
|
||||||
/// @param callback Invoked for each iteration of the beam_search loop, passing in beams_state.
|
/// @param callback Invoked for each iteration of the beam_search loop, passing in beams_state.
|
||||||
/// The return beam_search_control can be used to control the beam_search execution.
|
|
||||||
/// @param callback_data A pointer that is simply passed back to callback.
|
/// @param callback_data A pointer that is simply passed back to callback.
|
||||||
/// @param n_beams Number of beams to use.
|
/// @param n_beams Number of beams to use.
|
||||||
/// @param n_past Number of tokens already evaluated.
|
/// @param n_past Number of tokens already evaluated.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue