[BugFix] Fix a bug in counting running sequences#266
Merged
WoosukKwon merged 1 commit intomainfrom Jun 26, 2023
Merged
Conversation
michaelfeil
pushed a commit
to michaelfeil/vllm
that referenced
this pull request
Jul 1, 2023
hongxiayang
pushed a commit
to hongxiayang/vllm
that referenced
this pull request
Feb 13, 2024
mht-sharma
pushed a commit
to mht-sharma/vllm
that referenced
this pull request
Dec 9, 2024
wuhuikx
pushed a commit
to wuhuikx/vllm
that referenced
this pull request
Mar 27, 2025
see vllm-project#265 Signed-off-by: MengqingCao <cmq0113@163.com>
wuhuikx
pushed a commit
to wuhuikx/vllm
that referenced
this pull request
Mar 27, 2025
### What this PR does / why we need it? Followup on vllm-project#266 ### Does this PR introduce _any_ user-facing change? NO ### How was this patch tested? CI passed Signed-off-by: Yikun Jiang <yikunkero@gmail.com>
yma11
pushed a commit
to yma11/vllm
that referenced
this pull request
Aug 19, 2025
Signed-off-by: chzhang <chaojun.zhang@intel.com>
yma11
pushed a commit
to yma11/vllm
that referenced
this pull request
Sep 1, 2025
Signed-off-by: chzhang <chaojun.zhang@intel.com>
mickg10
pushed a commit
to mickg10/vllm
that referenced
this pull request
Feb 11, 2026
* Pass logprobs * Rename dict * Fix linter * Deactivate compat sampling * Read logprobs * Permute * Rename param * Assert for logprobs>1 * Fix linter * Check if logprobs present * Fix linter * Rename flag * Fix condition * Assert for logprobs>1 * Fix attribute * Discard dummy logprobs * Fix bug * Fix bug * Fix linter * Fix bug * Fix bug * Remove stale comment * Nitpick * Add comment * Fix linter * Rename * Add comment * Add logprobs warmup * Refactor warmup * Fix linter * Fix assert * Fix assert * Add refactor comment * Add single-device check * Add single-device check * Add single-device check * Add comment * Add comment * Rename * Fix linter
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.
Fixes #257