Skip to content

Commit

Permalink
Automated rollback of commit d8a5a37
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 678909374
  • Loading branch information
lingvo-bot authored and copybara-github committed Sep 26, 2024
1 parent ce7491f commit 95243a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lingvo/core/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2371,7 +2371,6 @@ py_library(
deps = [
":py_utils",
":saver",
# Implicit lineage_log dependency.
"//lingvo:compat",
# Implicit six dependency.
],
Expand Down
2 changes: 1 addition & 1 deletion lingvo/core/checkpointer.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
from lingvo.core import saver as custom_saver
import six


tf.flags.DEFINE_boolean('use_custom_saver', True,
'Uses customized saver if True.')
FLAGS = tf.flags.FLAGS
Expand Down Expand Up @@ -100,6 +99,7 @@ def __init__(self,
keep_every_n_hours=self._keep_every_n_hours,
async_save=async_save)

# TODO(b/369648219): fix copybara problems for lineage.
def Save(self, sess, gsteps):
"""Save a checkpoint.
Expand Down

0 comments on commit 95243a6

Please sign in to comment.