Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 650306765
  • Loading branch information
dubey authored and copybara-github committed Jul 8, 2024
1 parent 6343c14 commit 8891160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vmoe/initialization/initialization.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class PyTreeCheckpointHandlerWithStructure(
orbax_checkpoint.PyTreeCheckpointHandler):

def structure(self, directory):
return self._read_aggregate_file(directory) # pylint: disable=protected-access
return self._handler_impl._read_aggregate_file(directory) # pylint: disable=protected-access


def initialize_from_orbax(
Expand Down

0 comments on commit 8891160

Please sign in to comment.