Skip to content

Commit 47569ff

Browse files
Update README.md
1 parent bdfbdc8 commit 47569ff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,16 @@ Before deploying the accelerator, check the quota availability for the model to
5050
3. Run the following commands:
5151

5252
```sh
53-
curl -L -o check_azure_quota_public.sh "https://raw.githubusercontent.com/microsoft/Conversation-Knowledge-Mining-Solution-Accelerator/psl-check-quota/infra/scripts/check_azure_quota_public.sh"
54-
chmod +x check_azure_quota_public.sh
55-
./check_azure_quota_public.sh <model_name:capacity> [<model_region>]
53+
curl -L -o check_azure_quota_public.sh "https://raw.githubusercontent.com/microsoft/Conversation-Knowledge-Mining-Solution-Accelerator/main/infra/scripts/quota_check.sh"
54+
chmod +x quota_check.sh
55+
./quota_check.sh <model_name:capacity> [<model_region>]
5656
```
5757
#### **If using VS Code or Codespaces**
5858

5959
1. Run the script:
6060

6161
```sh
62-
./check_azure_quota_public.sh <model_name:capacity> [<model_region>]
62+
./quota_check.sh <model_name:capacity> [<model_region>]
6363
```
6464

6565
If you see this error: _bash: az: command not found_

0 commit comments

Comments
 (0)