mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[ML] Add a 16 threads option to start model deployment (#160743)
This commit is contained in:
parent
d9b3a53ef0
commit
679de5548f
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ export interface ThreadingParams {
|
|||
deploymentId?: string;
|
||||
}
|
||||
|
||||
const THREADS_MAX_EXPONENT = 4;
|
||||
const THREADS_MAX_EXPONENT = 5;
|
||||
|
||||
/**
|
||||
* Form for setting threading params.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue