Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
Bslabe123 committed Aug 22, 2024
1 parent e17f4c1 commit 6a59803
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions benchmarks/benchmark/tools/latency-profile/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -76,16 +76,11 @@ variable "inference_server" {
type = object({
deploy = optional(bool), # Do you want this module to deploy the model server?
name = string,
model = string,
tokenizer = string,
service = object({
name = string,
port = number,
})
accelerator_config = object({
type = string,
count = number,
})
})
nullable = false

Expand Down

0 comments on commit 6a59803

Please sign in to comment.