[ML] Add a 16 threads option to start model deployment (#160743)

This commit is contained in:
David Kyle 2023-06-29 10:03:34 +01:00 committed by GitHub
parent d9b3a53ef0
commit 679de5548f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,7 +55,7 @@ export interface ThreadingParams {
deploymentId?: string;
}
const THREADS_MAX_EXPONENT = 4;
const THREADS_MAX_EXPONENT = 5;
/**
* Form for setting threading params.