tweaks and add a simple test

This commit is contained in:
Andrej Karpathy
2023-07-23 14:52:08 +00:00
parent f499d9d2b5
commit 9414e7a45e
7 changed files with 73 additions and 48 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import subprocess
import time
# specify your command
command = ["./run", "model.bin", "0.0"]
command = ["./run", "model.bin"]
# Start the process
proc = subprocess.Popen(command, stdout=subprocess.PIPE)