Skip to content

Commit 972c8c0

Browse files
authored
Merge branch 'master' into fix_grad_norm
2 parents 7a9b890 + 2dbb5d9 commit 972c8c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deepspeed/runtime/constants.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@
249249
Optional comm data type for seq paralleism should be set as:
250250
"seq_parallel_communication_data_type": "fp32"
251251
'''
252-
SEQ_PARALLEL_COMMUNICATION_DATA_TYPE = "seq_parallel_comm_data_type"
252+
SEQ_PARALLEL_COMMUNICATION_DATA_TYPE = "seq_parallel_communication_data_type"
253253
SEQ_PARALLEL_COMMUNICATION_DATA_TYPE_DEFAULT = "fp32"
254254

255255
#########################################

0 commit comments

Comments
 (0)