Skip to content

Commit

Permalink
Update capacity for GPT4 and GPT4 Vision deployments, and update AI H…
Browse files Browse the repository at this point in the history
…ub image version
  • Loading branch information
heblasco committed Mar 6, 2024
1 parent 9c3fa30 commit c35fe37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions infra/modules/openai/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ resource "azurerm_cognitive_deployment" "gpt4" {

scale {
type = "Standard"
capacity = 40
capacity = 20
}
}

Expand All @@ -68,7 +68,7 @@ resource "azurerm_cognitive_deployment" "gpt4_vision" {

scale {
type = "Standard"
capacity = 40
capacity = 20
}
}

Expand Down
2 changes: 1 addition & 1 deletion infra/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ variable "ca_prep_docs_image" {
}

variable "ca_aihub_image" {
default = "ghcr.io/azure/aihub/aihub:1.0.2-preview.19"
default = "ghcr.io/azure/aihub/aihub:1.0.2-preview.23"
}

variable "use_random_suffix" {
Expand Down

0 comments on commit c35fe37

Please sign in to comment.