Compare commits

...

3 Commits

Author SHA1 Message Date
wql ffe5b77d7f change: change date for gpu status 2024-08-25 20:59:26 +08:00
wql f59b530ee0 Merge branch 'main' of https://osredm.com/p04798526/LLaMA-Factory-Mirror 2024-08-24 21:47:34 +08:00
wql 6f6a823085 add: add flash attn 2.0.8 2024-08-24 21:44:00 +08:00
2 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)