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 69472e5 commit 5395ae6Copy full SHA for 5395ae6
examples/models/phi-3-mini/export_phi-3-mini.py
@@ -69,7 +69,7 @@ def export(args) -> None:
69
)
70
model = prepare_pt2e(model, xnnpack_quantizer) # pyre-fixme[6]
71
model(*example_inputs)
72
- model = convert_pt2e(model, fold_quantize=False)
+ model = convert_pt2e(model)
73
DuplicateDynamicQuantChainPass()(model)
74
# TODO(lunwenh): update it to use export once
75
# https://github.com/pytorch/pytorch/issues/128394 is resolved.
0 commit comments