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 4afc4fb commit 8ebf14aCopy full SHA for 8ebf14a
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)
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