We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d208768 commit 35fbac9Copy full SHA for 35fbac9
torchao/prototype/mx_formats/README.md
@@ -92,6 +92,7 @@ config = MXLinearConfig(
92
scale_calculation_mode=scale_calculation_mode,
93
)
94
quantize_(m, config)
95
+m = torch.compile(m, fullgraph=True)
96
97
# training loop (not shown)
98
```
0 commit comments