Skip to content

Deprecation for _default in FqnToConfig #3229

@jcaip

Description

@jcaip

Previously, we allowed users to specify a _default config. With the introduction of regex and parameter matching in #3084 and #3083 respectively, we would like to deprecate this functionality in torchao in a future release.

quant_config = FqnToConfig({
    "_default": Float8DynamicActivationFloat8WeightConfig(
        granularity=PerRow(),
    ),
})

Timeline:
0.15.0: announce deprecation of _default
0.16.0: _default deprecated

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions