Merge branch 'dev' into test-fp8

This commit is contained in:
Kohaku-Blueleaf
2023-11-26 17:32:52 +08:00
17 changed files with 663 additions and 72 deletions

View File

@@ -441,7 +441,7 @@ def dump_sysinfo():
import datetime
text = sysinfo.get()
filename = f"sysinfo-{datetime.datetime.utcnow().strftime('%Y-%m-%d-%H-%M')}.txt"
filename = f"sysinfo-{datetime.datetime.utcnow().strftime('%Y-%m-%d-%H-%M')}.json"
with open(filename, "w", encoding="utf8") as file:
file.write(text)