[NVIDIA] fix: gptoss b200 after refactor#168
Merged
functionstackx merged 1 commit intomainfrom Nov 5, 2025
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR fixes a configuration issue introduced during a refactor where the b200-nvs runner group was incorrectly used instead of b200-trt. The changes restore the correct runner assignment for the gptoss-fp4-b200-trt configuration and clean up the runner definitions to remove the now-unused b200-nvs group.
- Updated gptoss-fp4-b200-trt to use the correct
b200-trtrunner group - Removed the obsolete
b200-nvsrunner group definition - Reorganized runner group definitions for better clarity
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/configs/runners.yaml | Removed unused b200-nvs runner group and reorganized b200 group placement |
| .github/configs/nvidia-master.yaml | Corrected runner assignment from b200-nvs to b200-trt for gptoss-fp4-b200-trt configuration |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Contributor
📊 Line Count ReportFile: Total Lines: 956 |
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.
the refactor in https://github.com/InferenceMAX/InferenceMAX/pull/145 didn't include the patch in https://github.com/InferenceMAX/InferenceMAX/pull/146
this PR fixes it