Conversation
Author
hashming
force-pushed
the
better_beam_search
branch
from
August 3, 2023 04:20
1558da0 to
086b848
Compare
hashming
force-pushed
the
better_beam_search
branch
2 times, most recently
from
August 3, 2023 04:22
086b848 to
aa84c92
Compare
Closed
hashming
force-pushed
the
better_beam_search
branch
2 times, most recently
from
August 7, 2023 09:15
5eb3ab4 to
2374db0
Compare
hashming
force-pushed
the
better_beam_search
branch
from
August 9, 2023 08:06
2374db0 to
f1e5c4a
Compare
Member
|
@hsm1997 Thank you for your great contribution! The changes you make are a bit complicated. Can we schedule a chat to discuss about this PR? I cannot find your email address. Can you send me an email at |
zhuohan123
self-requested a review
August 12, 2023 02:51
Contributor
|
A minor fix with this PR: We need to keep the history with best_of setting, or we may lose the highest score, since n in sampling_params only means for the output token, not in the searching stage. |
4 tasks
This was referenced Aug 31, 2023
Merged
Member
|
Close this PR since #857 is merged. Thanks @hsm1997 again for finding the issue and the draft PR! |
tobymao
added a commit
to tobymao/vllm
that referenced
this pull request
Sep 11, 2026
…points (vllm-project#669) * Preserve aligned cache reuse alongside request boundary checkpoints Port the qualified hybrid retention, fine-hit, event, exact external-state, and aligned-budget changes onto dev/jovian-judgement. Keep endpoint bundles private and preserve their allocation, reader, and invalidation lifecycle. Retain the behavioral contributions from PRs vllm-project#557, vllm-project#643, vllm-project#645, vllm-project#646, vllm-project#655, vllm-project#656, vllm-project#657, and vllm-project#663. Resolve shared helpers once so fine and coarse replay boundaries are not expanded twice. Validation: 910 cache, scheduler, parser, event, connector, and endpoint regressions pass. The three literal LP26 cache regressions also pass. Co-authored-by: Jason Cook <jasonc@maxlyn.com> Co-authored-by: Martin Vit <martin@voipmonitor.org> Co-authored-by: Yifan Qiao <yifanqiao@inferact.ai> Co-authored-by: haic0 <149741444+haic0@users.noreply.github.com> Co-authored-by: tobymao <toby.mao@gmail.com> Signed-off-by: logprobz <321553542+logprobz@users.noreply.github.com> * Clean up cache regression fixtures for pre-commit checks Signed-off-by: logprobz <321553542+logprobz@users.noreply.github.com> --------- Signed-off-by: logprobz <321553542+logprobz@users.noreply.github.com> Co-authored-by: logprobz <321553542+logprobz@users.noreply.github.com> Co-authored-by: Jason Cook <jasonc@maxlyn.com> Co-authored-by: Martin Vit <martin@voipmonitor.org> Co-authored-by: Yifan Qiao <yifanqiao@inferact.ai> Co-authored-by: haic0 <149741444+haic0@users.noreply.github.com> Co-authored-by: tobymao <toby.mao@gmail.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.
main modifications
update: keep at-most num_beams finished seqs (beam_hyps) and at-most num_beams running seqs in seq_group._decodeand_stopfunction to scheduler (from llm_engine).SequencetoSequenceDataexample