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
[TorchFX][Conformance] Move all models to export_for_training (#3078)
### Changes
All `capture_pre_autograd_graph` calls in the conformance test were
replaced by `torch.export.export_for_training`.
### Reason for changes
To remove deprecated `capture_pre_autograd_graph` from the conformance
test.
### Related tickets
#2766
### Tests
post_training_quantization/555/ have finished succesfully
0 commit comments