AutoGPTQ/auto_gptq/quantization/__init__.py
2023-04-25 18:58:20 +08:00

2 lines
45 B
Python

from .gptq import *
from .quantizer import *