mirror of https://github.com/inclusionAI/AReaL
PullRequest: 321 fix checkpoint save dir
Merge branch xss/debug of git@code.alipay.com:inclusionAI/AReaL.git into gh https://code.alipay.com/inclusionAI/AReaL/pull_requests/321 Reviewed-by: 博惟 <bowei.fw@antgroup.com> * fix checkpoint save dir
This commit is contained in:
parent
623f7c7407
commit
ed6bcd66a7
|
@ -216,7 +216,7 @@ class ModelFunctionCall:
|
|||
for p in payloads.values():
|
||||
p.post_hooks.append("save")
|
||||
save_dir = os.path.join(
|
||||
constants.get_log_path(self.args),
|
||||
constants.get_save_path(self.args),
|
||||
rpc.model_name.role,
|
||||
f"epoch{ctrl.step_info.epoch + 1}"
|
||||
f"epochstep{ctrl.step_info.epoch_step + 1}"
|
||||
|
|
Loading…
Reference in New Issue