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 <yuhan.yang@intel.com>
  • Loading branch information
PeterYang12 committed Aug 21, 2024
1 parent b1182c4 commit d7dabc6
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 d7dabc6

Please sign in to comment.