Skip to content

Commit

Permalink
Correct TGI image tag for NV platform
Browse files Browse the repository at this point in the history
Signed-off-by: PeterYang12 <[email protected]>
  • Loading branch information
PeterYang12 authored and lianhao committed Aug 22, 2024
1 parent cb31d05 commit 629033b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm-charts/common/tgi/nv-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

image:
repository: ghcr.io/huggingface/text-generation-inference
tag: "2.0"
tag: "2.2.0"

resources:
limits:
Expand Down
2 changes: 1 addition & 1 deletion microservices-connector/config/manifests/tgi_nv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ spec:
optional: true
securityContext:
{}
image: "ghcr.io/huggingface/text-generation-inference:2.0"
image: "ghcr.io/huggingface/text-generation-inference:2.2.0"
imagePullPolicy: IfNotPresent
volumeMounts:
- mountPath: /data
Expand Down

0 comments on commit 629033b

Please sign in to comment.