Skip to content

Commit

Permalink
fixed typo in callbacks.proto
Browse files Browse the repository at this point in the history
  • Loading branch information
graham63 committed Feb 28, 2023
1 parent a830a75 commit a2443f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/proto/callbacks.proto
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ message Callback {
CallbackPerturbWeights perturb_weights = 52;
CallbackExportOnnx export_onnx = 53;
CallbackAlternateUpdates alternate_updates = 54;
CallbackMlperfLogging mlperf_logging = 55;
CallbackMlperfLogging mlperf_logging = 56;
}

message CallbackLTFB {
int64 batch_interval = 1;
Expand Down

0 comments on commit a2443f6

Please sign in to comment.