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

6 lines
64 B
Python
Raw Normal View History

2023-03-28 12:25:36 +00:00
from .loader import load_quant
__all__ = [
'load_quant',
]