-
Notifications
You must be signed in to change notification settings - Fork 690
[Speculative Decoding] split draft_tokens into standalone post-processing path #5230
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
sunlei1024
wants to merge
10
commits into
PaddlePaddle:release/online/20251131
from
sunlei1024:refac/mtp-cp-1131
Closed
[Speculative Decoding] split draft_tokens into standalone post-processing path #5230
sunlei1024
wants to merge
10
commits into
PaddlePaddle:release/online/20251131
from
sunlei1024:refac/mtp-cp-1131
Conversation
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
* Refactor text processor tests to use unittest * Add helpers for text processor tests
* Add tp_utils tests * Add header and tidy tp_utils test stubs
…ize config (PaddlePaddle#5183) * update extract_mtp_model * modify config usage
* Enhance run_ci_xpu.sh with caching and prefill options * Update model path and configuration in run_ci_xpu.sh * Add '北朝' keyword to assertion in run_45vl.py * Enhance process termination logic in run_ci_xpu.sh * Set timeout for CI_XPU job to 60 minutes * Remove extra newline in stop_processes function * Update paddlepaddle-xpu installation command Comment out the previous paddlepaddle-xpu installation command and replace it with a specific version installation due to EP parallel error.
* fix mm_positions type error * update code * update code * update code --------- Co-authored-by: Jiang-Jia-Jun <163579578+Jiang-Jia-Jun@users.noreply.github.com>
…h for MTP + logprobs
|
Thanks for your contribution! |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## release/online/20251131 #5230 +/- ##
==========================================================
Coverage ? 59.10%
==========================================================
Files ? 317
Lines ? 38709
Branches ? 5819
==========================================================
Hits ? 22879
Misses ? 14014
Partials ? 1816
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
#5205