File size: 278 Bytes
5fa1a76 |
1 2 3 |
Build a new HFQuantizer class Create a new quantization config class inside src/transformers/utils/quantization_config.py and make sure to expose the new quantization config inside Transformers main init by adding it to the _import_structure object of src/transformers/init.py. |