From b619cfc059f093803341930e1a57dff8f554d082 Mon Sep 17 00:00:00 2001 From: Matt Pulver Date: Fri, 25 Aug 2023 09:38:15 -0400 Subject: [PATCH] Delete obsolete comment from an earlier revision. --- llama.h | 1 - 1 file changed, 1 deletion(-) diff --git a/llama.h b/llama.h index c19a60a5d..47e7a2ebe 100644 --- a/llama.h +++ b/llama.h @@ -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.