From 679de5548fdb05649e2a430e3fe7f4691919d464 Mon Sep 17 00:00:00 2001 From: David Kyle Date: Thu, 29 Jun 2023 10:03:34 +0100 Subject: [PATCH] [ML] Add a 16 threads option to start model deployment (#160743) --- .../ml/public/application/model_management/deployment_setup.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/ml/public/application/model_management/deployment_setup.tsx b/x-pack/plugins/ml/public/application/model_management/deployment_setup.tsx index 622fb0a961183..c3bd0394e19cc 100644 --- a/x-pack/plugins/ml/public/application/model_management/deployment_setup.tsx +++ b/x-pack/plugins/ml/public/application/model_management/deployment_setup.tsx @@ -55,7 +55,7 @@ export interface ThreadingParams { deploymentId?: string; } -const THREADS_MAX_EXPONENT = 4; +const THREADS_MAX_EXPONENT = 5; /** * Form for setting threading params.