mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-24 14:58:56 +06:00
![]() FIX Broken repr of TorchAoConfig
The __repr__ method references a non-existent self.kwargs. This is now
fixed.
There does not appear to be a uniform way of defining __repr__ for
quantization configs. I copied the method as implemented for HQQ:
|
||
---|---|---|
.. | ||
aqlm_integration | ||
autoawq | ||
bitnet_integration | ||
bnb | ||
compressed_tensor | ||
eetq_integration | ||
fbgemm_fp8 | ||
ggml | ||
gptq | ||
hqq | ||
quanto_integration | ||
torchao_integration |