mirror of https://github.com/hpcaitech/ColossalAI
Frank Lee
3 years ago
4 changed files with 25 additions and 14 deletions
@ -1,9 +1,7 @@
|
||||
from ._helper import (seed, set_mode, with_seed, add_seed, |
||||
get_seeds, get_states, get_current_mode, |
||||
set_seed_states, sync_states, moe_set_seed) |
||||
from ._helper import (seed, set_mode, with_seed, add_seed, get_seeds, get_states, get_current_mode, set_seed_states, |
||||
sync_states, moe_set_seed, reset_seeds) |
||||
|
||||
__all__ = [ |
||||
'seed', 'set_mode', 'with_seed', 'add_seed', 'get_seeds', |
||||
'get_states', 'get_current_mode', 'set_seed_states', 'sync_states', |
||||
'moe_set_seed' |
||||
'seed', 'set_mode', 'with_seed', 'add_seed', 'get_seeds', 'get_states', 'get_current_mode', 'set_seed_states', |
||||
'sync_states', 'moe_set_seed', 'reset_seeds' |
||||
] |
||||
|
Loading…
Reference in new issue