AIP-5176: Schedule GPT-OSS 20B on a 2-GPU L40S worker - #234
Merged
Merged
Conversation
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
kupratyu-splunk
approved these changes
Sep 18, 2026
kbhos-splunk
approved these changes
Sep 18, 2026
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.
Summary
This change schedules GPT-OSS 20B on an L40S worker from the 2-GPU worker group while keeping its GPU allocation at one GPU.
It also adjusts the default L40S worker topology so that separate 2-GPU workers are available for GPT-OSS and Gemma.
Changes
gpu_count:2: 0.001accelerator_type:L40S: 0.001num_gpus: 1.l40s-0-gpu: 1l40s-1-gpu: changed from 2 to 1l40s-2-gpu: changed from 1 to 2l40s-4-gpu: 0Reason
GPT-OSS requires one GPU, but placing it on the 1-GPU worker group allows fractional-GPU models to consume the same scheduling tier. Depending on deployment order, this can leave insufficient contiguous GPU capacity for GPT-OSS.
Targeting the 2-GPU worker group allows:
Validation
Automated test
GOCACHE=/private/tmp/codex-go-cache go test ./pkg/ai/raybuilderResult: passed.
AI Tier deployment
The updated operator image was deployed in an air-gapped AI Tier environment:
Verified:
0.Ready.Runningwith five Serve endpoints.RUNNING.Placement
ai-cluster-ai-platform-raycluster-jdqkn-l40s-2-gpu-worker-2rtw6Inference
GPT-OSS request:
Result:
Gemma request:
Result:
Notes
Deployment evidence