We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 376acbd commit 9354e7aCopy full SHA for 9354e7a
scripts/test_config.json
@@ -116,6 +116,29 @@
116
"tensor_parallel": 4,
117
"sequence_parallel": true
118
}
119
+ },
120
+ {
121
+ "id": "6",
122
+ "args": {
123
+ "dtype": "float32",
124
+ "nthread_per_process": 8,
125
+ "num_iteration": 10,
126
+ "batch_size": 10,
127
+ "total_batch_size": 5120,
128
+ "pipeline_parallel": 8
129
+ }
130
131
132
+ "id": "6_bfloat16",
133
134
+ "dtype": "bfloat16",
135
136
137
138
139
140
141
142
]
143
144
+
0 commit comments