Skip to content

Commit 1e85338

Browse files
committed
script to move runs to the archive
1 parent 0296463 commit 1e85338

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)