train: change date of gpu status

This commit is contained in:
wql 2024-08-26 12:10:47 +08:00
parent dfbc8a2810
commit 51faa7dda7
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ def main():
all_processes_status = all_processes_status
)
with open("./results/gpu_status_0825_2.json", "a", encoding="utf-8") as f:
with open("./results/gpu_status_0826.json", "a", encoding="utf-8") as f:
f.write(json.dumps(logs) + "\n")
print(logs)