|
1 | 1 | ## Check Quota Availability Before Deployment |
2 | 2 |
|
3 | | -Before deploying the accelerator, **ensure sufficient quota availability** for the required model. |
4 | | -Use one of the following scripts based on your needs: |
5 | | - |
6 | | -- **`quota_check_params.sh`** → If you **know the model and capacity** required. |
| 3 | +Before deploying the accelerator, **ensure sufficient quota availability** for the required model. \ |
7 | 4 |
|
| 5 | +## 📌 Default Models & Capacities: |
| 6 | +``` |
| 7 | +gpt-4o:30, text-embedding-ada-002:80, gpt-4:30 |
| 8 | +``` |
| 9 | +## 📌 Default Regions: |
| 10 | +``` |
| 11 | +eastus, uksouth, eastus2, northcentralus, swedencentral, westus, westus2, southcentralus, canadacentral |
| 12 | +``` |
8 | 13 | ## Usage Scenarios: |
9 | 14 | - No parameters passed → Default models and capacities will be checked in default regions. |
10 | 15 | - Only model(s) provided → The script will check for those models in the default regions. |
@@ -34,7 +39,10 @@ Use one of the following scripts based on your needs: |
34 | 39 | ``` |
35 | 40 |
|
36 | 41 | #### **Sample Output** |
37 | | -The final table lists regions with available quota for both GPT and text embedding models. You can select any of these regions for deployment. |
| 42 | +The final table lists regions with available quota. You can select any of these regions for deployment. |
| 43 | + |
| 44 | + |
| 45 | + |
38 | 46 | --- |
39 | 47 | ## **If using Azure Portal and Cloud Shell** |
40 | 48 |
|
@@ -84,7 +92,3 @@ The final table lists regions with available quota for both GPT and text embeddi |
84 | 92 | az login |
85 | 93 | ``` |
86 | 94 | 5. Rerun the script after installing Azure CLI. |
87 | | - |
88 | | - **Parameters** |
89 | | - - `<model_name:capacity>`: The name and required capacity for each model, in the format model_name:capacity (**e.g., gpt-4o-mini:30,text-embedding-ada-002:20**). |
90 | | - - `[<model_region>] (optional)`: The Azure region to check first. If not provided, all supported regions will be checked (**e.g., eastus**). |
|
0 commit comments