Skip to content

Commit

Permalink
Internal change.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 650649546
  • Loading branch information
cpgaffney1 authored and copybara-github committed Jul 9, 2024
1 parent 8891160 commit 0cb1825
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._handler_impl._read_aggregate_file(directory) # pylint: disable=protected-access
return self._read_aggregate_file(directory) # pylint: disable=protected-access


def initialize_from_orbax(
Expand Down

0 comments on commit 0cb1825

Please sign in to comment.