Skip to content

Commit

Permalink
Update machine spec in TestAccVertexAIDeploymentResourcePool_vertexAi…
Browse files Browse the repository at this point in the history
…DeploymentResourcePoolExample (GoogleCloudPlatform#11994)
  • Loading branch information
trodge authored and amanMahendroo committed Dec 17, 2024
1 parent a02742e commit 17f2841
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resource "google_vertex_ai_deployment_resource_pool" "{{$.PrimaryResourceId}}" {
dedicated_resources {
machine_spec {
machine_type = "n1-standard-4"
accelerator_type = "NVIDIA_TESLA_K80"
accelerator_type = "NVIDIA_TESLA_P4"
accelerator_count = 1
}

Expand Down

0 comments on commit 17f2841

Please sign in to comment.