Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ColossalAI
Commits
c695369a
Commit
c695369a
authored
Mar 09, 2022
by
Zangwei
Committed by
Frank Lee
Mar 11, 2022
Browse files
fix format constants.py (#358)
parent
4a0f8c2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
colossalai/constants.py
colossalai/constants.py
+1
-1
No files found.
colossalai/constants.py
View file @
c695369a
...
...
@@ -24,7 +24,7 @@ INPUT_GROUP_3D = 'input_group_3d'
WEIGHT_GROUP_3D
=
'weight_group_3d'
OUTPUT_GROUP_3D
=
'output_group_3d'
# Attributes of tensor parallel parameters
# Attributes of tensor parallel parameters
IS_TENSOR_PARALLEL
=
'is_tensor_parallel'
NUM_PARTITIONS
=
'num_partitions'
TENSOR_PARALLEL_ATTRIBUTES
=
[
IS_TENSOR_PARALLEL
,
NUM_PARTITIONS
]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment