Limit gpu utils and lower max BS on test_transcription_api_correctness.py#41649
Merged
DarkLight1337 merged 2 commits intoMay 4, 2026
Merged
Conversation
Signed-off-by: Ekagra Ranjan <3116519+ekagra-ranjan@users.noreply.github.com>
Signed-off-by: Ekagra Ranjan <3116519+ekagra-ranjan@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Code Review
This pull request modifies the transcription correctness tests to prevent OOM errors on 18GB GPUs. Specifically, it reduces the MAX_SEQS_FOR_TRANSCRIPTION_TEST from 32 to 8 and introduces a GPU_UTIL_FOR_TRANSCRIPTION_TEST constant set to 0.5, which is now passed as a --gpu_memory_utilization argument to the test server. I have no feedback to provide.
DarkLight1337
approved these changes
May 4, 2026
chaojun-zhang
pushed a commit
to chaojun-zhang/vllm
that referenced
this pull request
May 6, 2026
…s.py (vllm-project#41649) Signed-off-by: Ekagra Ranjan <3116519+ekagra-ranjan@users.noreply.github.com>
Copilot AI
pushed a commit
to hongbolv/vllm
that referenced
this pull request
May 7, 2026
…s.py (vllm-project#41649) Signed-off-by: Ekagra Ranjan <3116519+ekagra-ranjan@users.noreply.github.com> Co-authored-by: hongbolv <33214277+hongbolv@users.noreply.github.com>
ikaadil
pushed a commit
to ikaadil/vllm
that referenced
this pull request
May 7, 2026
…s.py (vllm-project#41649) Signed-off-by: Ekagra Ranjan <3116519+ekagra-ranjan@users.noreply.github.com> Signed-off-by: Ifta Khairul Alam Adil <ikaadil007@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.
#41478 added a fix to lower BS in the test. The CI passed in that PR but failed later on in https://buildkite.com/vllm/ci/builds/64258/canvas?sid=019df193-a942-4d4b-aeb0-15f160336dfa&tab=output. This PR adds more aggressive limit on max memory size since the CI machine is a 18GB MIG H200.