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
PR: #2036, adds standard model architectures to torchao.testing.model_architectures.py. Replace the existing model definitions from torchao and tests to reuse the model definitions from model_architectures.py. If new definitions are found, add them to model_architectures.py
PR: #2036, adds standard model architectures to
torchao.testing.model_architectures.py
. Replace the existing model definitions from torchao and tests to reuse the model definitions frommodel_architectures.py
. If new definitions are found, add them tomodel_architectures.py
Eg:
Replace
ao/test/quantization/test_quant_api.py
Lines 122 to 138 in 34421b1
torchao.testing.model_architectures.ToyLinearModel
The text was updated successfully, but these errors were encountered: