mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-06-19 12:12:46 +00:00
6 lines
64 B
Python
6 lines
64 B
Python
from .loader import load_quant
|
|
|
|
__all__ = [
|
|
'load_quant',
|
|
]
|