Skip to content

Commit 632d26e

Browse files
update multiple model example in doc
1 parent fed9841 commit 632d26e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/quota_check.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ eastus, uksouth, eastus2, northcentralus, swedencentral, westus, westus2, southc
5050
```
5151
./quota_check.sh --models gpt-4:150,text-embedding-3-small:100 --regions eastus,westus --verbose
5252
```
53+
✔️ Multiple models with single region:
54+
```
55+
./quota_check_params.sh --models gpt-4:150,text-embedding-3-small:100 --regions eastus2 --verbose
56+
```
5357

5458
## **Sample Output**
5559
The final table lists regions with available quota. You can select any of these regions for deployment.

0 commit comments

Comments
 (0)