Skip to content

Commit 2ec325d

Browse files
[BE] Make ScalingGranularity module level so it can be rendered in API ref on docsite (#2314)
1 parent 60c583e commit 2ec325d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

torchao/float8/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,14 @@
2929
GemmInputRole,
3030
LinearMMConfig,
3131
Float8MMConfig,
32+
ScalingGranularity,
3233
]
3334
)
3435

3536
__all__ = [
3637
# configuration
3738
"ScalingType",
39+
"ScalingGranularity",
3840
"Float8GemmConfig",
3941
"Float8LinearConfig",
4042
"CastConfig",

0 commit comments

Comments
 (0)