Skip to content

Commit a984e7c

Browse files
authored
fix-syntax-warning
1 parent f0d0deb commit a984e7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchao/quantization/quant_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1851,7 +1851,7 @@ def _intx_weight_only_transform(
18511851

18521852
@dataclass
18531853
class FqnToConfig(AOBaseConfig):
1854-
"""Configuration class for applying different quantization configs to modules or parameters based on their fully qualified names (FQNs).
1854+
r"""Configuration class for applying different quantization configs to modules or parameters based on their fully qualified names (FQNs).
18551855
18561856
Args:
18571857
`fqn_to_config`: typing.OrderedDict[str, Optional[AOBaseConfig]]: an

0 commit comments

Comments
 (0)