Skip to content

Commit

Permalink
batched: fix n_predict parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
msy-kato committed Jul 17, 2024
1 parent 5e116e8 commit 5b39383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/batched/batched.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ int main(int argc, char ** argv) {
int n_parallel = params.n_parallel;

// total length of the sequences including the prompt
int n_predict = 32;
int n_predict = params.n_predict;

// init LLM

Expand Down

0 comments on commit 5b39383

Please sign in to comment.