Skip to content

Commit

Permalink
Merge branch 'dev' into epoch_jit
Browse files Browse the repository at this point in the history
  • Loading branch information
PythonFZ authored Jan 11, 2024
2 parents e828e52 + 55b96b6 commit 008c3a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apax/md/nvt.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ def body_fn(i, state):
)
ckpt = {"state": state, "step": step}
checkpoints.save_checkpoint(
ckpt_dir=ckpt_dir,
ckpt_dir=ckpt_dir.resolve(),
target=ckpt,
step=step,
overwrite=True,
Expand Down

0 comments on commit 008c3a8

Please sign in to comment.