Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
Bslabe123 authored Aug 23, 2024
1 parent 6a59803 commit 99907c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/benchmark/tools/locust-load-inference/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ locals {
[for data in split("---", templatefile(manifest_file, {
artifact_registry = var.artifact_registry
namespace = var.namespace
inference_server_service = var.inference_server.service
inference_server_service = var.inference_server_service
inference_server_framework = var.inference_server_framework
best_of = var.best_of
gcs_path = var.gcs_path
Expand Down

0 comments on commit 99907c6

Please sign in to comment.