[CI] Fit small KV-offload evals within shared memory - #52496
Merged
yewentao256 merged 2 commits intoAug 16, 2026
Merged
Conversation
Signed-off-by: Taneem Ibrahim <taneem.ibrahim@gmail.com>
taneem-ibrahim
requested review from
AndreasKaratzas,
mgoin and
vadiklyutiy
as code owners
August 16, 2026 06:03
Contributor
Author
|
/ci run |
|
❌ @taneem-ibrahim, A reviewer with write access must run |
yewentao256
approved these changes
Aug 16, 2026
yewentao256
left a comment
Member
There was a problem hiding this comment.
LGTM, thanks for the work!
|
✅ @taneem-ibrahim, CI is now available for this PR.
|
Member
|
/ci run |
|
✅ Triggered Buildkite CI #84107 for commit |
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.
Purpose
Reduce
cpu_offload_gibfrom 4 GiB to 1 GiB for the two small KV-offload GSM8K evaluations. These jobs share a constrained/dev/shmon H200 CI workers and were failing before evaluation began, despite needing substantially less than 1 GiB during execution.Root Cause
#50094 moved CPUOffloadingSpec into /dev/shm.
#50358 correctly added capacity validation.
Some shared H200 CI workers have only 1.4–2.1 GiB available, but these small evals requested 4 GiB.
This PR fix assigns 1 GiB only to the
Nemotron-HandGemma 4OffloadingConnector cases. Larger and simple-connector cases remain unchanged.Test Plan and Results (on a single H200)
On main:
On the PR branch: