Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions helm-charts/chatqna/faqgen-gaudi-tgi-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ teirerank:
OMPI_MCA_btl_vader_single_copy_mechanism: "none"
MAX_WARMUP_SEQUENCE_LENGTH: "512"
image:
repository: ghcr.io/huggingface/tei-gaudi
tag: 1.5.0
repository: ghcr.io/huggingface/text-embeddings-inference
tag: hpu-1.7
resources:
limits:
habana.ai/gaudi: 1
Expand Down
4 changes: 2 additions & 2 deletions helm-charts/chatqna/faqgen-gaudi-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ teirerank:
OMPI_MCA_btl_vader_single_copy_mechanism: "none"
MAX_WARMUP_SEQUENCE_LENGTH: "512"
image:
repository: ghcr.io/huggingface/tei-gaudi
tag: 1.5.0
repository: ghcr.io/huggingface/text-embeddings-inference
tag: hpu-1.7
resources:
limits:
habana.ai/gaudi: 1
Expand Down
8 changes: 4 additions & 4 deletions helm-charts/chatqna/gaudi-tgi-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ teirerank:
OMPI_MCA_btl_vader_single_copy_mechanism: "none"
MAX_WARMUP_SEQUENCE_LENGTH: "512"
image:
repository: ghcr.io/huggingface/tei-gaudi
tag: 1.5.0
repository: ghcr.io/huggingface/text-embeddings-inference
tag: hpu-1.7
resources:
limits:
habana.ai/gaudi: 1
Expand All @@ -60,8 +60,8 @@ teirerank:
# OMPI_MCA_btl_vader_single_copy_mechanism: "none"
# MAX_WARMUP_SEQUENCE_LENGTH: "512"
# image:
# repository: ghcr.io/huggingface/tei-gaudi
# tag: 1.5.0
# repository: ghcr.io/huggingface/text-embeddings-inference
# tag: hpu-1.7
# resources:
# limits:
# habana.ai/gaudi: 1
Expand Down
4 changes: 2 additions & 2 deletions helm-charts/chatqna/gaudi-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ teirerank:
OMPI_MCA_btl_vader_single_copy_mechanism: "none"
MAX_WARMUP_SEQUENCE_LENGTH: "512"
image:
repository: ghcr.io/huggingface/tei-gaudi
tag: 1.5.0
repository: ghcr.io/huggingface/text-embeddings-inference
tag: hpu-1.7
resources:
limits:
habana.ai/gaudi: 1
Expand Down
8 changes: 4 additions & 4 deletions helm-charts/chatqna/guardrails-gaudi-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ guardrails-usvc:
# tei:
# accelDevice: "gaudi"
# image:
# repository: ghcr.io/huggingface/tei-gaudi
# tag: 1.5.0
# repository: ghcr.io/huggingface/text-embeddings-inference
# tag: hpu-1.7
# resources:
# limits:
# habana.ai/gaudi: 1
Expand All @@ -32,8 +32,8 @@ teirerank:
OMPI_MCA_btl_vader_single_copy_mechanism: "none"
MAX_WARMUP_SEQUENCE_LENGTH: "512"
image:
repository: ghcr.io/huggingface/tei-gaudi
tag: "1.5.0"
repository: ghcr.io/huggingface/text-embeddings-inference
tag: hpu-1.7
resources:
limits:
habana.ai/gaudi: 1
Expand Down
4 changes: 2 additions & 2 deletions helm-charts/common/tei/gaudi-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ accelDevice: "gaudi"
OMPI_MCA_btl_vader_single_copy_mechanism: "none"
MAX_WARMUP_SEQUENCE_LENGTH: "512"
image:
repository: ghcr.io/huggingface/tei-gaudi
tag: 1.5.0
repository: ghcr.io/huggingface/text-embeddings-inference
tag: hpu-1.7

securityContext:
readOnlyRootFilesystem: false
Expand Down
4 changes: 2 additions & 2 deletions helm-charts/common/teirerank/gaudi-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ accelDevice: "gaudi"
OMPI_MCA_btl_vader_single_copy_mechanism: "none"
MAX_WARMUP_SEQUENCE_LENGTH: "512"
image:
repository: ghcr.io/huggingface/tei-gaudi
tag: 1.5.0
repository: ghcr.io/huggingface/text-embeddings-inference
tag: hpu-1.7

securityContext:
readOnlyRootFilesystem: false
Expand Down
4 changes: 2 additions & 2 deletions helm-charts/searchqna/gaudi-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ tgi:
tei:
accelDevice: "gaudi"
image:
repository: ghcr.io/huggingface/tei-gaudi
tag: "1.5.0"
repository: ghcr.io/huggingface/text-embeddings-inference
tag: "hpu-1.7"
OMPI_MCA_btl_vader_single_copy_mechanism: none
MAX_WARMUP_SEQUENCE_LENGTH: 512
securityContext:
Expand Down
Loading