fix run command

This commit is contained in:
Andrej Karpathy
2023-07-23 15:28:24 +00:00
parent 0c2a880063
commit 24917b23de
2 changed files with 4 additions and 5 deletions
-1
View File
@@ -30,5 +30,4 @@ print('\n---\n')
print(enc.decode(tokens))
print(f"achieved tok/s: {len(tokens) / (t1 - t0)}")
# Wait for the process to finish
proc.wait()