File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -50,16 +50,16 @@ Before deploying the accelerator, check the quota availability for the model to
50503 . 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
59591. 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_
You can’t perform that action at this time.
0 commit comments