Skip to content

Commit 1d8937d

Browse files
committed
fixed typo in callbacks.proto
1 parent 3e95495 commit 1d8937d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/proto/callbacks.proto

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ message Callback {
8686
CallbackPerturbWeights perturb_weights = 52;
8787
CallbackExportOnnx export_onnx = 53;
8888
CallbackAlternateUpdates alternate_updates = 54;
89-
CallbackMlperfLogging mlperf_logging = 55;
89+
CallbackMlperfLogging mlperf_logging = 56;
90+
}
9091

9192
message CallbackLTFB {
9293
int64 batch_interval = 1;

0 commit comments

Comments
 (0)