from local

This commit is contained in:
dohe0342 2023-01-14 10:57:13 +09:00
parent ffa242d985
commit a39b58dc73
3 changed files with 0 additions and 2 deletions

Binary file not shown.

View File

@ -1153,7 +1153,6 @@ def run(rank, world_size, args, wb=None):
diagnostic.print_diagnostics()
break
'''
save_checkpoint(
params=params,
model=model,
@ -1164,7 +1163,6 @@ def run(rank, world_size, args, wb=None):
scaler=scaler,
rank=rank,
)
'''
logging.info("Done!")