-
Notifications
You must be signed in to change notification settings - Fork 20.7k
llama : add Gemma4 MTP #23398
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
Merged
Merged
llama : add Gemma4 MTP #23398
Changes from 18 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
f268966
llama: Gemma 4 MTP
am17an 9af0434
fix multi-seq
am17an 7b87cd3
add assert that draft + shared kv should be on same device
am17an 27461cd
add Q rot when cache is quantized
am17an 777af6a
add temp hack to not use fit with gemma4, rm later
am17an c0da00a
add exception in test-llama-archs
am17an dd97604
move assistant to separate file
am17an 4eaa3ce
add unified assistant
am17an 5954f19
Merge branch 'master' into pr/23398
ggerganov d78a386
cont : adjust to hparams changes
ggerganov f0438b1
cont : avoid computations on the CPU
ggerganov 65eef95
Merge branch 'master' into pr/23398
ggerganov 2e6d351
Merge remote-tracking branch 'origin/master' into pr/23398
ggerganov cb40363
cont : clean-up
ggerganov d248363
cont : clean-up
ggerganov 8817273
cont : fix handling of unused tensors
ggerganov a85f38c
cont : fix undefined
ggerganov efd651a
fix typo
CISC 9bc2670
cont : enable gemma4 graph reuse
ggerganov fd06e52
cont : fix assert
ggerganov a298641
cont : fix quantized cache
ggerganov ca707bf
cont : fix names
ggerganov 6b7e371
cont : fix names
ggerganov 5cf5efb
cont : add reference for draft positions
ggerganov 22a5624
cont : fix multi-modality
ggerganov dbd34b2
cont : add comment about ctx_src
ggerganov b76904a
cont : clean-up server fit logic
ggerganov 6efaa0a
cont : clean-up llama_context
ggerganov aff138f
py : fix names
ggerganov 6bc7f5a
cont : rename ctx_src -> ctx_other
ggerganov 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
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
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
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
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
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
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
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.
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.