Skip to content

Commit

Permalink
Follow expected format
Browse files Browse the repository at this point in the history
  • Loading branch information
nhatleSummer22 committed Oct 4, 2023
1 parent 970c630 commit 60a3d73
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,9 @@ Status SavedModelBundleFactory::InternalCreateSavedModelBundle(
RewriterConfig* rwcfg = gopt->mutable_rewrite_options();
rwcfg->set_auto_mixed_precision_onednn_bfloat16(RewriterConfig::ON);
} else {
LOG(WARNING) << config_.mixed_precision() << " auto mixed precision is not supported. Valid option: bfloat16";
LOG(WARNING)
<< config_.mixed_precision()
<< " auto mixed precision is not supported. Valid option: bfloat16";
}
}
if (metadata.has_value()) {
Expand Down

0 comments on commit 60a3d73

Please sign in to comment.