mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-05-31 11:25:27 +00:00
fix format constants.py (#358)
This commit is contained in:
parent
4a0f8c2c50
commit
c695369af0
@ -24,7 +24,7 @@ INPUT_GROUP_3D = 'input_group_3d'
|
|||||||
WEIGHT_GROUP_3D = 'weight_group_3d'
|
WEIGHT_GROUP_3D = 'weight_group_3d'
|
||||||
OUTPUT_GROUP_3D = 'output_group_3d'
|
OUTPUT_GROUP_3D = 'output_group_3d'
|
||||||
|
|
||||||
# Attributes of tensor parallel parameters
|
# Attributes of tensor parallel parameters
|
||||||
IS_TENSOR_PARALLEL = 'is_tensor_parallel'
|
IS_TENSOR_PARALLEL = 'is_tensor_parallel'
|
||||||
NUM_PARTITIONS = 'num_partitions'
|
NUM_PARTITIONS = 'num_partitions'
|
||||||
TENSOR_PARALLEL_ATTRIBUTES = [IS_TENSOR_PARALLEL, NUM_PARTITIONS]
|
TENSOR_PARALLEL_ATTRIBUTES = [IS_TENSOR_PARALLEL, NUM_PARTITIONS]
|
||||||
|
Loading…
Reference in New Issue
Block a user