fix comments in readme about spaces

This commit is contained in:
Andrej Karpathy
2023-07-23 17:11:35 +00:00
parent 5baaf9df06
commit fa872540ba
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -26,6 +26,8 @@ for line in proc.stdout:
tokens.append(token)
last = dec
t1 = time.time()
# seeking help: how can we do streaming inference in sentencepiece properly?
# or even delete sentencepiece entirely?
print(f"\nachieved tok/s: {len(tokens) / (t1 - t0)}")
proc.wait()