Delete obsolete comment from an earlier revision.

This commit is contained in:
Matt Pulver 2023-08-25 09:38:15 -04:00
parent fa33614b4d
commit b619cfc059

View file

@ -495,7 +495,6 @@ extern "C" {
/// @details Deterministically returns entire sentence constructed by a beam search.
/// @param ctx Pointer to the llama_context.
/// @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 n_beams Number of beams to use.
/// @param n_past Number of tokens already evaluated.