We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a9b890 + 2dbb5d9 commit 972c8c0Copy full SHA for 972c8c0
deepspeed/runtime/constants.py
@@ -249,7 +249,7 @@
249
Optional comm data type for seq paralleism should be set as:
250
"seq_parallel_communication_data_type": "fp32"
251
'''
252
-SEQ_PARALLEL_COMMUNICATION_DATA_TYPE = "seq_parallel_comm_data_type"
+SEQ_PARALLEL_COMMUNICATION_DATA_TYPE = "seq_parallel_communication_data_type"
253
SEQ_PARALLEL_COMMUNICATION_DATA_TYPE_DEFAULT = "fp32"
254
255
#########################################
0 commit comments