fix run command
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user