Skip to content

Commit e4d3ff6

Browse files
authored
Use upstream tei-gaudi image (#222)
Since upstream tei-gaudi has released its first official image, we use it instead of locally built opea/tei-gaudi. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
1 parent 9b973ac commit e4d3ff6

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
lines changed

helm-charts/chatqna/gaudi-values.yaml

+7-8
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,13 @@ securityContext:
2929
seccompProfile:
3030
type: RuntimeDefault
3131

32-
# wait for issue https://github.com/opea-project/GenAIExamples/issues/426 to be resolved
33-
#tei:
34-
# image:
35-
# repository: opea/tei-gaudi
36-
# tag: "latest"
37-
# resources:
38-
# limits:
39-
# habana.ai/gaudi: 1
32+
tei:
33+
image:
34+
repository: ghcr.io/huggingface/tei-gaudi
35+
tag: synapse_1.16
36+
resources:
37+
limits:
38+
habana.ai/gaudi: 1
4039

4140
# To override values in subchart tgi
4241
tgi:

helm-charts/common/tei/gaudi-values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ port: 2081
1111
shmSize: 1Gi
1212
EMBEDDING_MODEL_ID: "BAAI/bge-base-en-v1.5"
1313
image:
14-
repository: opea/tei-gaudi
14+
repository: ghcr.io/huggingface/tei-gaudi
1515
pullPolicy: IfNotPresent
1616
# Overrides the image tag whose default is the chart appVersion.
17-
tag: latest
17+
tag: synapse_1.16
1818

1919
imagePullSecrets: []
2020
nameOverride: ""

manifests/common/tei_gaudi.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ spec:
8787
optional: true
8888
securityContext:
8989
{}
90-
image: "opea/tei-gaudi:latest"
90+
image: "ghcr.io/huggingface/tei-gaudi:synapse_1.16"
9191
imagePullPolicy: IfNotPresent
9292
volumeMounts:
9393
- mountPath: /data

0 commit comments

Comments
 (0)