Skip to content

Commit 081176e

Browse files
Merge pull request #260 from microsoft/update-gpt-model-capacity-macae
chore: updated gpt model capacity
2 parents c6d1c7a + 7adabad commit 081176e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infra/main.bicep

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ param aiFoundryAiServicesConfiguration aiServicesConfigurationType = {
131131
sku: 'S0'
132132
deployments: null //Default value set on module configuration
133133
subnetResourceId: null //Default value set on module configuration
134-
modelCapacity: 140
134+
modelCapacity: 50
135135
}
136136

137137
@description('Optional. The configuration to apply for the AI Foundry Storage Account resource.')
@@ -736,7 +736,7 @@ var aiFoundryAiServicesModelDeployment = {
736736
sku: {
737737
name: 'GlobalStandard'
738738
//Curently the capacity is set to 140 for opinanal performance.
739-
capacity: aiFoundryAiServicesConfiguration.?modelCapacity ?? 140
739+
capacity: aiFoundryAiServicesConfiguration.?modelCapacity ?? 50
740740
}
741741
raiPolicyName: 'Microsoft.Default'
742742
}

0 commit comments

Comments
 (0)