mirror of
https://github.com/huggingface/diffusers.git
synced 2026-04-12 02:32:03 +08:00
**Summary:** TorchAO recently deprecated AffineQuantizedTensor and related classes (https://github.com/pytorch/ao/issues/2752). These will be removed in the next release. We should remove references of these classes in diffusers before then. **Test Plan:** python -m pytest -s -v tests/quantization/torchao/test_torchao.py Co-authored-by: Sayak Paul <spsayakpaul@gmail.com>