-
Notifications
You must be signed in to change notification settings - Fork 12.1k
grammars
: cache decoded token codepoints for faster sampling
#6811
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
98f33ba
grammars: early exit when no next_candidates to reject
f608415
grammars: cache decoded tokens
cbc7580
grammars: faster llama_grammar_copy
1fb300c
Merge remote-tracking branch 'origin/master' into grammar-fast
24769f9
grammars: fix bad merge
05efa34
grammars: keep llama_grammar_copy non-quadratic optim for later
9f13623
Merge remote-tracking branch 'origin/master' into grammar-fast
d41f314
grammars: move token caches to llama_context
49f0faa
grammars: cache codepoints in llama_new_context_with_model
d3425f5
grammar: nit (layout)
c70037f
grammars: nits (revert const grammar sig, fix comment)
0148661
Merge remote-tracking branch 'origin/master' into grammar-fast
80736c5
Update llama.cpp
ochafik 939e143
grammars: mutex-guarded lazy caching of token pieces in llama_sample_…
60745ac
grammars: remove early exit --> https://github.com/ggerganov/llama.cp…
40655e8
Merge remote-tracking branch 'origin/master' into grammar-fast
2477d84
Merge remote-tracking branch 'origin/master' into grammar-fast
c208932
Merge remote-tracking branch 'origin/master' into grammar-fast
6a9b626
Merge remote-tracking branch 'origin/master' into grammar-fast
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.