Use Float8TrainingOpConfig instead of removed FP8GroupedMMConfig alias#2573
Merged
tianyu-l merged 1 commit intopytorch:mainfrom Mar 14, 2026
Merged
Use Float8TrainingOpConfig instead of removed FP8GroupedMMConfig alias#2573tianyu-l merged 1 commit intopytorch:mainfrom
tianyu-l merged 1 commit intopytorch:mainfrom
Conversation
FP8GroupedMMConfig was a temporary BC alias in torchao that has been removed (pytorch/ao#4069). Use the canonical Float8TrainingOpConfig name. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
danielvegamyhre
approved these changes
Mar 14, 2026
Contributor
danielvegamyhre
left a comment
There was a problem hiding this comment.
LGTM, thanks @lizamd
tianyu-l
approved these changes
Mar 14, 2026
joecummings
pushed a commit
to joecummings/torchtitan
that referenced
this pull request
Mar 17, 2026
pytorch#2573) ## Summary `FP8GroupedMMConfig` was a temporary backward-compatibility alias in torchao that has been removed in pytorch/ao#4069. This PR updates torchtitan to use the canonical `Float8TrainingOpConfig` name directly. ## Change One-line rename in `torchtitan/components/quantization/float8.py`: - `FP8GroupedMMConfig` → `Float8TrainingOpConfig` (import + usage) ## Test plan - No behavior change — `FP8GroupedMMConfig` was an alias for `Float8TrainingOpConfig` with identical defaults. - Existing MoE FP8 training tests cover this code path. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Li <lizli102@ctr2-alola-ctrl-01.amd.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
weifengpy
pushed a commit
to weifengpy/torchtitan
that referenced
this pull request
Mar 27, 2026
pytorch#2573) ## Summary `FP8GroupedMMConfig` was a temporary backward-compatibility alias in torchao that has been removed in pytorch/ao#4069. This PR updates torchtitan to use the canonical `Float8TrainingOpConfig` name directly. ## Change One-line rename in `torchtitan/components/quantization/float8.py`: - `FP8GroupedMMConfig` → `Float8TrainingOpConfig` (import + usage) ## Test plan - No behavior change — `FP8GroupedMMConfig` was an alias for `Float8TrainingOpConfig` with identical defaults. - Existing MoE FP8 training tests cover this code path. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Li <lizli102@ctr2-alola-ctrl-01.amd.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
TXacs
pushed a commit
to McmillanTAC/torchtitan
that referenced
this pull request
Apr 13, 2026
pytorch#2573) ## Summary `FP8GroupedMMConfig` was a temporary backward-compatibility alias in torchao that has been removed in pytorch/ao#4069. This PR updates torchtitan to use the canonical `Float8TrainingOpConfig` name directly. ## Change One-line rename in `torchtitan/components/quantization/float8.py`: - `FP8GroupedMMConfig` → `Float8TrainingOpConfig` (import + usage) ## Test plan - No behavior change — `FP8GroupedMMConfig` was an alias for `Float8TrainingOpConfig` with identical defaults. - Existing MoE FP8 training tests cover this code path. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Li <lizli102@ctr2-alola-ctrl-01.amd.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
ACharacterInASimulation
pushed a commit
to ACharacterInASimulation/torchtitan
that referenced
this pull request
Apr 21, 2026
pytorch#2573) ## Summary `FP8GroupedMMConfig` was a temporary backward-compatibility alias in torchao that has been removed in pytorch/ao#4069. This PR updates torchtitan to use the canonical `Float8TrainingOpConfig` name directly. ## Change One-line rename in `torchtitan/components/quantization/float8.py`: - `FP8GroupedMMConfig` → `Float8TrainingOpConfig` (import + usage) ## Test plan - No behavior change — `FP8GroupedMMConfig` was an alias for `Float8TrainingOpConfig` with identical defaults. - Existing MoE FP8 training tests cover this code path. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Li <lizli102@ctr2-alola-ctrl-01.amd.com> Co-authored-by: Claude Sonnet 4.6 <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
FP8GroupedMMConfigwas a temporary backward-compatibility alias in torchao that has been removed in pytorch/ao#4069. This PR updates torchtitan to use the canonicalFloat8TrainingOpConfigname directly.Change
One-line rename in
torchtitan/components/quantization/float8.py:FP8GroupedMMConfig→Float8TrainingOpConfig(import + usage)Test plan
FP8GroupedMMConfigwas an alias forFloat8TrainingOpConfigwith identical defaults.🤖 Generated with Claude Code