-
Notifications
You must be signed in to change notification settings - Fork 19.8k
[Speculative decoding] feat: add DFlash support #22105
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
Draft
ruixiang63
wants to merge
22
commits into
ggml-org:master
Choose a base branch
from
ruixiang63:dflash
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 19 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
8fac4b1
feat: add EAGLE3 speculative decoding support
ruixiang63 ac5667d
fix eagle3 logits sync bug & remove ggml_set_sync()
ruixiang63 3e7f376
Merge branch 'master' into pr/18039
ggerganov 5a79c19
eagle3 : improve naming
ggerganov c0d99e6
add eagle3 support for Qwen3 series models
ruixiang63 71ba283
add eagle3 support for Qwen3 MoE models
ruixiang63 3da288d
eagle3: load lm_head from target model if not in draft model when con…
ruixiang63 13a9f31
eagle3: make d2t mapping optional
ruixiang63 75883cd
eagle3: add support for gpt-oss-120B eagle3
ruixiang63 7b78bfa
eagle3: add support for RedHtAI eagle3 speculator series models
ruixiang63 7d4c223
Merge branch 'master' into HEAD
ggerganov 5e224bc
Merge branch 'master' into pr/18039
ggerganov b353792
eagle3: fix model convert issue
ruixiang63 9fea243
eagle3: fix model convert code format
ruixiang63 b8ab2cc
Merge branch 'master' into pr/18039
ggerganov 07e2c97
eagle3: support --eagle3 in llama-cli
ruixiang63 5bb2d50
Merge branch 'master' into pr/18039
ggerganov 91b03e4
Merge branch 'master' into pr/18039
ggerganov 0724d66
dflash: first working POC
ruixiang63 85a0089
dflash: add support for qwen3.5/3.6 moe models
ruixiang63 e344c4a
dflash: remove rebundant logic & correct bias naming
ruixiang63 67cb0d5
dflash: enable llama-cli & llama-server with np=1
ruixiang63 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
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.