Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

text-embedding-ada-002 scaleType and Invalid Capcity #259

Open
mmvmarko opened this issue Nov 20, 2023 · 1 comment
Open

text-embedding-ada-002 scaleType and Invalid Capcity #259

mmvmarko opened this issue Nov 20, 2023 · 1 comment

Comments

@mmvmarko
Copy link

mmvmarko commented Nov 20, 2023

  1. I chose second button to deploy and when I tried it I received an error:

Error: {"code":"InvalidTemplateDeployment","details":[{"code":"InvalidResourceProperties","message":"The specified scale type 'Standard' of account deployment is not supported by the model 'text-embedding-ada-002'."}],"message":"The template deployment 'Microsoft.Template-20231120105304' is not valid according to the validation procedure. The tracking id is 'cc4d43d8-4572-41dc-b1c6-54f509b91999'. See inner errors for details."}

I tried several regions to exclude region as one possible reason for error.

  1. Then I checked for possible values for parameter "scaleType" and tried the setting:

"scaleSettings": {
"scaleType": "Manual",
"capacity": 1
}

Then I got the following error:

"code":"InvalidTemplateDeployment","details":[{"code":"InvalidCapacity","message":"The specified capacity ' ' of account deployment should be greater than 0 and no more than 3."}],"message":"The template deployment 'Microsoft.Template-20231120134601' is not valid according to the validation procedure. The tracking id is '50c6ea65-f0e3-4364-8372-bd49eaa5cc01'. See inner errors for details."}

I think that there should be smth wrong with "scaleSettings":"scaleType" parameter for model text-embedding-ada-002
in the template

Do you have any suggestion about this ?

Thank you and best regards, Marko

@mmvmarko mmvmarko changed the title Error code "InvalidCapacity" - The specified capacity ' ' of account deployment should be greater than 0 and no more than 3. text-embedding-ada-002 scaleType and Invalid Capcity Nov 20, 2023
@manuchadha1979
Copy link

I am also getting this error. Was a fix provided?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants