File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments