Skip to content

Commit

Permalink
Update threads-batch parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
eoctet committed Sep 29, 2023
1 parent 9bdf337 commit 1642fe8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public class ModelParameter {
* Set the number of threads used for prompt and batch processing (multiple tokens).
*/
@Builder.Default
private int threadsBatch = threads;
private int threadsBatch = 4;

/**
* <b>batch-size</b><br/>
Expand Down

0 comments on commit 1642fe8

Please sign in to comment.