Преглед изворни кода

batched: fix n_predict parameter (#8527)

Masaya, Kato пре 1 година
родитељ
комит
da3913d8f9
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      examples/batched/batched.cpp

+ 1 - 1
examples/batched/batched.cpp

@@ -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