This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
ColossalAI
mirror of
https://github.com/hpcaitech/ColossalAI
Watch
1
Star
0
Fork
You've already forked ColossalAI
0
Code
Issues
Projects
Releases
Wiki
Activity
451e9142b8
ColossalAI
/
colossalai
/
lazy
/
__init__.py
7 lines
107 B
Python
Raw
Normal View
History
Unescape
Escape
[lazy] refactor lazy init (#3891) * [lazy] remove old lazy init * [lazy] refactor lazy init folder structure * [lazy] fix lazy tensor deepcopy * [test] update lazy init test
2023-06-05 06:20:47 +00:00
from
.
lazy_init
import
LazyInitContext
,
LazyTensor
__all__
=
[
[misc] update pre-commit and run all files (#4752) * [misc] update pre-commit * [misc] run pre-commit * [misc] remove useless configuration files * [misc] ignore cuda for clang-format
2023-09-19 06:20:26 +00:00
"
LazyInitContext
"
,
"
LazyTensor
"
,
[lazy] refactor lazy init (#3891) * [lazy] remove old lazy init * [lazy] refactor lazy init folder structure * [lazy] fix lazy tensor deepcopy * [test] update lazy init test
2023-06-05 06:20:47 +00:00
]