Skip to content

Commit

Permalink
New checkpointing format in flax
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkgr committed Apr 5, 2024
1 parent 29776d0 commit fbcc50c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integrations/flax/train_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ def test_trainer(self):
],
)
assert (
result_dir / "train" / "work" / "checkpoint_state_latest" / "checkpoint_0"
result_dir / "train" / "work" / "checkpoint_state_latest" / "checkpoint_0" / "checkpoint"
).is_file()

0 comments on commit fbcc50c

Please sign in to comment.