Merged
Conversation
ce9ea22 to
420a13b
Compare
yao-fengchen
reviewed
Jan 5, 2026
| record_file, total_layers) | ||
|
|
||
| if not step_context.is_decoding and not is_unpaged_prefill: | ||
| kv_seqlens_cpu = kv_seqlens_cpu.repeat_interleave(q_seqlens_cpu, 0) |
Collaborator
There was a problem hiding this comment.
How about putting it in function get_cpu_seqlens?
f65e491 to
a47a9a3
Compare
a47a9a3 to
db3efdf
Compare
yao-fengchen
approved these changes
Jan 7, 2026
jinminxi104
approved these changes
Jan 7, 2026
43758726
pushed a commit
to 43758726/lmdeploy
that referenced
this pull request
Jan 7, 2026
* [ascend] fix paged prefill * update * update
lvhan028
pushed a commit
that referenced
this pull request
Jan 8, 2026
* [Fix] fix quant calibration dataset * [Fix] fix bug and grammar, and merge main * [Fix] change processor to tokenizer * [Fix] fix changes in .github/md-link-config.json * fix: get rid of buggy timm-1.0.23 (#4260) * [ascend] fix paged prefill (#4254) * [ascend] fix paged prefill * update * update * Adapt to dlsime v0.0.2 (#4242) * init * revert pre-commit * add await * lint * update docker install.sh (dlslime==0.0.1.post10)=>(dlslime==0.0.2) * fix type hint of endpoint_info in base * update docker install.sh (dlslime==0.0.2)=>(dlslime==0.0.2.post1) * Fix ascend/maca/camb runtime_requirements (#4262) * fix reqs * fix reqs * [Fix] fix load local dataset cache bug * Revert "[Fix] fix load local dataset cache bug" This reverts commit be3f2cc8338ff6e8d4f00ff2239d3360254fdba8. * [Fix] delete load local dataset * [Fix] fix get_dataset function args explain --------- Co-authored-by: windreamer <windreamer@gmail.com> Co-authored-by: tangzhiyi11 <tangzhiyi11@users.noreply.github.com> Co-authored-by: JimyMa <33408125+JimyMa@users.noreply.github.com> Co-authored-by: jinminxi104 <jinminxi104@hotmail.com>
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.
Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily receiving feedbacks. If you do not understand some items, don't worry, just make the pull request and seek help from maintainers.
Motivation
Please describe the motivation of this PR and the goal you want to achieve through this PR.
Modification
Please briefly describe what modification is made in this PR.
BC-breaking (Optional)
Does the modification introduce changes that break the backward-compatibility of the downstream repositories?
If so, please describe how it breaks the compatibility and how the downstream projects should modify their code to keep compatibility with this PR.
Use cases (Optional)
If this PR introduces a new feature, it is better to list some use cases here, and update the documentation.
Checklist