Skip to content

Commit

Permalink
dev: revert back to the old workstep.step's signature
Browse files Browse the repository at this point in the history
  • Loading branch information
BillHuang2001 committed Aug 6, 2024
1 parent 32fc3b5 commit 321ec54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/evox/workflows/std_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ def _step(self, state):
for monitor in self.registered_hooks["post_step"]:
monitor.post_step(state)

return train_info, state
return state

if self.jit_step:
# the first argument is self, which should be static
Expand Down

0 comments on commit 321ec54

Please sign in to comment.