mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-09 13:00:52 +00:00
[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
This commit is contained in:
@@ -13,6 +13,15 @@ from ._helper import (
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
'seed', 'set_mode', 'with_seed', 'add_seed', 'get_seeds', 'get_states', 'get_current_mode', 'set_seed_states',
|
||||
'sync_states', 'moe_set_seed', 'reset_seeds'
|
||||
"seed",
|
||||
"set_mode",
|
||||
"with_seed",
|
||||
"add_seed",
|
||||
"get_seeds",
|
||||
"get_states",
|
||||
"get_current_mode",
|
||||
"set_seed_states",
|
||||
"sync_states",
|
||||
"moe_set_seed",
|
||||
"reset_seeds",
|
||||
]
|
||||
|
Reference in New Issue
Block a user