Skip to content

Commit a2443f6

Browse files
committed
fixed typo in callbacks.proto
1 parent a830a75 commit a2443f6

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
@@ -85,7 +85,8 @@ message Callback {
8585
CallbackPerturbWeights perturb_weights = 52;
8686
CallbackExportOnnx export_onnx = 53;
8787
CallbackAlternateUpdates alternate_updates = 54;
88-
CallbackMlperfLogging mlperf_logging = 55;
88+
CallbackMlperfLogging mlperf_logging = 56;
89+
}
8990

9091
message CallbackLTFB {
9192
int64 batch_interval = 1;

0 commit comments

Comments
 (0)