Add RTX_PRO_6000_48GB_GFX accelerator type (RTX PRO 6000 MIG 2g.48gb+gfx slice) - #2575
Open
Sanjan611 wants to merge 2 commits into
Open
Add RTX_PRO_6000_48GB_GFX accelerator type (RTX PRO 6000 MIG 2g.48gb+gfx slice)#2575Sanjan611 wants to merge 2 commits into
Sanjan611 wants to merge 2 commits into
Conversation
…gfx slice) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Sanjan611
force-pushed
the
sanjan/rtx-6000-mig-48gb
branch
from
July 23, 2026 18:27
ac2c26e to
42e97bf
Compare
cretz
approved these changes
Jul 23, 2026
Co-Authored-By: Claude Fable 5 <noreply@anthropic.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.
Summary
Adds a new
Acceleratorenum valueRTX_PRO_6000_48GB_GFXfor the RTX PRO 6000 MIG2g.48gb+gfxprofile (half of a 96GB RTX PRO 6000).H100_40GB,A100_40GB): base GPU + slice memory._GFXsuffix distinguishes the graphics-enabled MIG profile (2g.48gb+gfx) from compute-only profiles.RTX_PRO_6000addition (Add rtx-pro-6000 type to truss #2395): enum value + BEI-BERT docker image suffix mapping (blackwell-, same as the full card).trt_llm_config.pychange needed — Blackwell parts pass the current FP8/FP4 validation by default.Testing
pytest truss/tests/test_config.py— 218 passed, including a newtest_acc_spec_from_strcase for the new accelerator.ruff check/ruff format --checkclean on changed files.🤖 Generated with Claude Code