You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
has different behavior then previously. The quantization params are lifted to inputs (rather than being static parameters) by torch.compile and there is no simple switch for disabling this behavior.
Requires further investigation and potential rework for the pt2e workflow in general (possibly to just directly convert exported model wihtout using torch.compile). This needs a few additional converters and updates in lowering passes.
The text was updated successfully, but these errors were encountered:
The current set of calls:
has different behavior then previously. The quantization params are lifted to inputs (rather than being static parameters) by torch.compile and there is no simple switch for disabling this behavior.
Requires further investigation and potential rework for the pt2e workflow in general (possibly to just directly convert exported model wihtout using torch.compile). This needs a few additional converters and updates in lowering passes.
The text was updated successfully, but these errors were encountered: