Skip to content

Commit 670c642

Browse files
committed
Update Submodule vendor/llama.cpp cf659bb..76af40a
1 parent 2419dc2 commit 670c642

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

llama_cpp/llama_cpp.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3657,8 +3657,6 @@ def llama_chat_builtin_templates(
36573657
# // // sample from the logits of the last token in the batch
36583658
# // const llama_token id = llama_sampler_sample(smpl, ctx, -1);
36593659
# //
3660-
# // // accepting the token updates the internal state of certain samplers (e.g. grammar, repetition, etc.)
3661-
# // llama_sampler_accept(smpl, id);
36623660
# // ...
36633661
# // }
36643662
# //

vendor/llama.cpp

0 commit comments

Comments
 (0)