mirror of https://github.com/hpcaitech/ColossalAI
6 lines
64 B
Python
6 lines
64 B
Python
|
from .loader import load_quant
|
||
|
|
||
|
__all__ = [
|
||
|
'load_quant',
|
||
|
]
|