10000 Tuning: Improve log format · abetlen/llama-cpp-python@a965112 · GitHub
[go: up one dir, main page]

Skip to content

Commit a965112

Browse files
committed
Tuning: Improve log format
1 parent 6427f85 commit a965112

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

log/llama.log.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@
2222
logDict = {'time':ts, 'log':json.loads(logDataStr)}
2323
logJsonStr = json.dumps(logDict, indent=4, ensure_ascii=False)
2424
fJson.write(logJsonStr + '\n')
25+
fJson.write('='*50 + '\n')
2526
fJson.flush()
2627

0 commit comments

Comments
 (0)
0