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 0d034d4 commit cebe289Copy full SHA for cebe289
backends/cadence/aot/compiler.py
@@ -123,7 +123,7 @@ def prepare_and_convert_pt2(
123
assert isinstance(model_gm, torch.fx.GraphModule)
124
125
# Prepare
126
- prepared_model = prepare_pt2e(model_gm, quantizer) # pyre-ignore[6]
+ prepared_model = prepare_pt2e(model_gm, quantizer)
127
128
# Calibrate
129
# If no calibration data is provided, use the inputs
0 commit comments