ColossalAI/applications/Chat/inference/llama_gptq/__init__.py

6 lines
64 B
Python

from .loader import load_quant
__all__ = [
'load_quant',
]