Skip to content

Commit 413a82e

Browse files
authored
Merge pull request #235 from labmlai/archive
script to move runs to the archive
2 parents cc000b4 + 1e85338 commit 413a82e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/server/labml_app/scripts/fix_models.py

+2
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ def archive_all_runs():
109109
if r.parent_folder == '':
110110
default_project.add_to_folder('archive', r)
111111

112+
default_project.save()
113+
112114

113115
if __name__ == '__main__':
114116
init_mongo_db()

0 commit comments

Comments
 (0)