liangel-02

Results 1 comments of liangel-02

i think this might have to do with [#158184](https://github.com/pytorch/pytorch/pull/158184), it seems like setting `MyClass.__module__` is not supported in python 3.14 anymore, but the PR missed updating [this](https://github.com/pytorch/pytorch/blob/main/torch/ao/quantization/quantizer/quantizer.py#L86). cc @jerryzh168 @andrewor14...