mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-05 11:02:05 +00:00
updated tp layers
This commit is contained in:
@@ -23,6 +23,8 @@ INITIALIZER_MAPPING = {
|
||||
INPUT_GROUP_3D = 'input_group_3d'
|
||||
WEIGHT_GROUP_3D = 'weight_group_3d'
|
||||
OUTPUT_GROUP_3D = 'output_group_3d'
|
||||
INPUT_X_WEIGHT_3D = 'input_x_weight_group_3d'
|
||||
OUTPUT_X_WEIGHT_3D = 'output_x_weight_group_3d'
|
||||
|
||||
# Attributes of tensor parallel parameters
|
||||
IS_TENSOR_PARALLEL = 'is_tensor_parallel'
|
||||
|
Reference in New Issue
Block a user