Skip to content

Commit

Permalink
[Doc] update doc for merged PR 179 (#196)
Browse files Browse the repository at this point in the history
* update doc for PR 179
* indicate optional, give sample value

Signed-off-by: Michael Kalantar <[email protected]>
  • Loading branch information
kalantar authored Feb 28, 2025
1 parent 3b860ce commit ec1d45d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ servingEngineSpec:
# - name: (string) The name of the model, e.g., "example-model"
# - repository: (string) The repository of the model, e.g., "vllm/vllm-openai"
# - tag: (string) The tag of the model, e.g., "latest"
# - imagePullSecret: (Optional, string) Name of secret with credentials to private container repository, e.g. "secret"
# - modelURL: (string) The URL of the model, e.g., "facebook/opt-125m"
#
# - replicaCount: (int) The number of replicas for the model, e.g. 1
Expand Down

0 comments on commit ec1d45d

Please sign in to comment.