change: change gpu status date

This commit is contained in:
wql 2024-08-24 00:10:52 +08:00
parent bffeeddf29
commit ded2b0e128
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_0822.json", "a", encoding="utf-8") as f:
with open("./results/gpu_status_0824.json", "a", encoding="utf-8") as f:
f.write(json.dumps(logs) + "\n")
print(logs)