__init__.py 207 Bytes
Newer Older
yangql's avatar
yangql committed
1
2
3
4
5
from .modeling import AutoGPTQForCausalLM, BaseQuantizeConfig
from .utils.exllama_utils import exllama_set_max_input_length
from .utils.peft_utils import get_gptq_peft_model


yangql's avatar
yangql committed
6
__version__ = "0.8.0+dtk24041"