mirror of https://github.com/inclusionAI/AReaL
add close
This commit is contained in:
parent
b75aaaf130
commit
32077b02ed
|
@ -114,6 +114,9 @@ def main_sft():
|
|||
logger.commit(epoch, step, global_step, stats_tracker.export())
|
||||
global_step += 1
|
||||
|
||||
engine.destroy()
|
||||
logger.close()
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main_sft()
|
||||
|
|
Loading…
Reference in New Issue