Skip to content

Commit

Permalink
[ML] Add a 16 threads option to start model deployment (elastic#160743)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkyle authored Jun 29, 2023
1 parent d9b3a53 commit 679de55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export interface ThreadingParams {
deploymentId?: string;
}

const THREADS_MAX_EXPONENT = 4;
const THREADS_MAX_EXPONENT = 5;

/**
* Form for setting threading params.
Expand Down

0 comments on commit 679de55

Please sign in to comment.