Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 627629261
  • Loading branch information
cpgaffney1 authored and copybara-github committed Apr 24, 2024
1 parent 2bc6c0e commit c65605b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions vmoe/train/trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,7 @@ def create_checkpoint_manager(
directory,
{
'state': orbax.checkpoint.AsyncCheckpointer(
orbax.checkpoint.PyTreeCheckpointHandler(
write_tree_metadata=True,
),
orbax.checkpoint.PyTreeCheckpointHandler(),
timeout_secs=wait_seconds,
),
'dataset_iterator': orbax.checkpoint.Checkpointer(
Expand Down

0 comments on commit c65605b

Please sign in to comment.