[Feature] Support block scheduler v1 for FD (#2928) - #3016
Closed
lizexu123 wants to merge 17 commits into
Closed
Conversation
|
Thanks for your contribution! |
Co-authored-by: Jiang-Jia-Jun <163579578+Jiang-Jia-Jun@users.noreply.github.com>
* fix ci approve * Describe PR diff coverage using JSON file (PaddlePaddle#3114) * Refactored ci pipeline * update * Describe PR diff coverage using JSON file * remove pip cache setting from Approve * fix * update * fix ci (PaddlePaddle#3141) * fix
* fix typo * fix mla attention backend
…est (PaddlePaddle#3201) * Update test_base_chat.py (PaddlePaddle#3183) * [Bugfix] Fix uninitialized decoded_token and add corresponding unit test. --------- Co-authored-by: Divano <dddivano@outlook.com>
* support real bsz * fix * fix xpu_model_runner.py,gpu_model_runner.py,gcu_model_runner.py,iluvatar_model_runner.py * add event_loop_ep * fix * Add comments * fix * support mtp real_batch_size * fix * self.tmp_seq_lens_this_time->self.seq_lens_this_time_buffer * fix * fix VL real_seq_lens_this_time * fix * fix mtp * fix * fix mtp * fix xpu * fix
…dle#3199) * fix bad_words * fix log * fix log
Co-authored-by: shige <shige@baidu.com>
* fix out-bound value for stop sequence * catch error if there are out-of-bounds value * check in offline mode
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
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.
Support FD block scheduler v1
Support FD block scheduler v1
Support FD block scheduler v1
Fix according to copilot review
Fix according to review
Remove is_dummy
Fix bug when real_bsz=1
Fix infer first token cost time