Skip to content

Commit 0a68b8f

Browse files
Update quota_check.md
1 parent f43d54a commit 0a68b8f

1 file changed

Lines changed: 13 additions & 9 deletions

File tree

docs/quota_check.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
## Check Quota Availability Before Deployment
22

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. \
74

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+
```
813
## Usage Scenarios:
914
- No parameters passed → Default models and capacities will be checked in default regions.
1015
- 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:
3439
```
3540

3641
#### **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+
![quota-check-ouput](images/quota-check-output.png)
45+
3846
---
3947
## **If using Azure Portal and Cloud Shell**
4048

@@ -84,7 +92,3 @@ The final table lists regions with available quota for both GPT and text embeddi
8492
az login
8593
```
8694
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

Comments
 (0)