mirror of https://github.com/hpcaitech/ColossalAI
fix format constants.py (#358)
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