mirror of https://github.com/hpcaitech/ColossalAI
9 lines
322 B
Python
9 lines
322 B
Python
|
from ._helper import (seed, set_mode, with_seed, add_seed,
|
||
|
get_seeds, get_states, get_current_mode,
|
||
|
set_seed_states, sync_states)
|
||
|
|
||
|
__all__ = [
|
||
|
'seed', 'set_mode', 'with_seed', 'add_seed', 'get_seeds',
|
||
|
'get_states', 'get_current_mode', 'set_seed_states', 'sync_states'
|
||
|
]
|