Skip to content

Commit

Permalink
[Embedding] Change the log level for EV restore. (#995)
Browse files Browse the repository at this point in the history
Signed-off-by: chenbangduo.cbd <chenbangduo.cbd@alibaba-inc.com>
  • Loading branch information
JackMoriarty authored May 14, 2024
1 parent e10d441 commit b2aed96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tensorflow/core/kernels/kv_variable_restore_ops.cc
Original file line number Diff line number Diff line change
Expand Up @@ -376,8 +376,8 @@ class KvResourceImportV3Op: public AsyncOpKernel {

// EV should not be initialized at this time.
if (ev->IsInitialized()) {
LOG(ERROR) << "Import parameter for EV (" << name_string
<< ") failed, this EV has already been initialized.";
LOG(WARNING) << "EV (" << name_string
<< ") has already been initialized.";
}

auto do_compute = [this, context, file_name_string, ev,
Expand Down

0 comments on commit b2aed96

Please sign in to comment.