mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-07-19 01:39:26 +00:00
fix typo in constants (#1027)
This commit is contained in:
parent
007ca0df92
commit
9b0c037027
@ -4,7 +4,7 @@
|
||||
ALLOWED_MODES = [None, '1d', '2d', '2.5d', '3d', 'sequence']
|
||||
TENSOR_PARALLEL_MODE = 'tensor_parallel_mode'
|
||||
|
||||
# intializer
|
||||
# initializer
|
||||
INITIALIZER_MAPPING = {
|
||||
'data': 'Initializer_Data',
|
||||
'tensor': 'Initializer_Tensor',
|
||||
|
Loading…
Reference in New Issue
Block a user