From 629033b87b7cf96346cf3f754e0d52026ffe125d Mon Sep 17 00:00:00 2001 From: PeterYang12 Date: Tue, 20 Aug 2024 21:46:53 -0700 Subject: [PATCH] Correct TGI image tag for NV platform Signed-off-by: PeterYang12 --- helm-charts/common/tgi/nv-values.yaml | 2 +- microservices-connector/config/manifests/tgi_nv.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helm-charts/common/tgi/nv-values.yaml b/helm-charts/common/tgi/nv-values.yaml index cd8fe2542..883ced14e 100644 --- a/helm-charts/common/tgi/nv-values.yaml +++ b/helm-charts/common/tgi/nv-values.yaml @@ -7,7 +7,7 @@ image: repository: ghcr.io/huggingface/text-generation-inference - tag: "2.0" + tag: "2.2.0" resources: limits: diff --git a/microservices-connector/config/manifests/tgi_nv.yaml b/microservices-connector/config/manifests/tgi_nv.yaml index ff83ac88d..205447357 100644 --- a/microservices-connector/config/manifests/tgi_nv.yaml +++ b/microservices-connector/config/manifests/tgi_nv.yaml @@ -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