change: change date for gpu status

This commit is contained in:
wql 2024-08-25 20:59:26 +08:00
parent f59b530ee0
commit ffe5b77d7f
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_0824.json", "a", encoding="utf-8") as f:
with open("./results/gpu_status_0825.json", "a", encoding="utf-8") as f:
f.write(json.dumps(logs) + "\n")
print(logs)