mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-06-20 20:54:55 +00:00
* [lazy] remove old lazy init * [lazy] refactor lazy init folder structure * [lazy] fix lazy tensor deepcopy * [test] update lazy init test
7 lines
107 B
Python
7 lines
107 B
Python
from .lazy_init import LazyInitContext, LazyTensor
|
|
|
|
__all__ = [
|
|
'LazyInitContext',
|
|
'LazyTensor',
|
|
]
|