Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit f3ee3e4

Browse files
authored
Update run.cpp
typo
1 parent da1b98d commit f3ee3e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runner/run.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ int main(int argc, char *argv[]) {
829829
} else if (argv[i][1] == 'n') {
830830
steps = atoi(parm);
831831
} else if (argv[i][1] == 'v') {
832-
vocab_size = atoi(argv[i + 1]);
832+
vocab_size = atoi(parm);
833833
} else if (argv[i][1] == 'i') {
834834
prompt = parm;
835835
} else if (argv[i][1] == 'z') {

0 commit comments

Comments
 (0)