Skip to content

Commit b619cfc

Browse files
committed
Delete obsolete comment from an earlier revision.
1 parent fa33614 commit b619cfc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llama.h

-1
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,6 @@ extern "C" {
495495
/// @details Deterministically returns entire sentence constructed by a beam search.
496496
/// @param ctx Pointer to the llama_context.
497497
/// @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.
499498
/// @param callback_data A pointer that is simply passed back to callback.
500499
/// @param n_beams Number of beams to use.
501500
/// @param n_past Number of tokens already evaluated.

0 commit comments

Comments
 (0)