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

【Azure openai deploy】 The specified scale type 'Standard' of account deployment is not supported by the model 'gpt-4'. #93

Open
qiulongquan opened this issue Jan 24, 2024 · 3 comments

Comments

@qiulongquan
Copy link

This issue is for a: (mark with an x)

- [ ] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

Minimal steps to reproduce

I am following the example below for deployment https://github.com/Azure-Samples/openai/tree/main/End_to_end_Solutions/AOAISearchDemo When I run the command Run【azd up】 I get the following error

Any log messages given by the failure

I am following the example below for deployment https://github.com/Azure-Samples/openai/tree/main/End_to_end_Solutions/AOAISearchDemo When I run the command Run【azd up】 I get the following error

Expected/desired behavior

I am following the example below for deployment https://github.com/Azure-Samples/openai/tree/main/End_to_end_Solutions/AOAISearchDemo When I run the command Run【azd up】 I get the following error

OS and Version?

Windows 11

Versions

Windows 11

Mention any other details that might be useful

1

I opened the link to see the details of the error, here is a screenshot,Is there anyone who can help me with this?

2

3

4

status message
{
"status": "Failed",
"error": {
"code": "InvalidTemplateDeployment",
"message": "The template deployment 'openai' is not valid according to the validation procedure. The tracking id is 'c858cf6f-91ce-47cb-86a3-3e39d171e2c3'. See inner errors for details.",
"details": [
{
"code": "InvalidResourceProperties",
"message": "The specified scale type 'Standard' of account deployment is not supported by the model 'gpt-4'."
}
]
}
}

@aahamlin
Copy link

@qiulongquan did you ever find a solution or workaround? I am facing the same issue.

@tonykcn
Copy link

tonykcn commented Apr 6, 2024

same issue here.

@vaibbavisk20
Copy link

Scale type is not supported, change it to sku with name and capacity in the main.bicep and update api version in cognitive services file

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

4 participants