Skip to content

Commit

Permalink
change the image tag in helm charts.
Browse files Browse the repository at this point in the history
Signed-off-by: zhlsunshine <huailong.zhang@intel.com>
  • Loading branch information
zhlsunshine committed Sep 23, 2024
1 parent f9e1b72 commit ca52fc2
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion helm-charts/chatqna/gaudi-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tgi:
accelDevice: "gaudi"
image:
repository: ghcr.io/huggingface/tgi-gaudi
tag: "2.0.1"
tag: "2.0.5"
resources:
limits:
habana.ai/gaudi: 1
Expand Down
4 changes: 2 additions & 2 deletions helm-charts/chatqna/guardrails-gaudi-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ tgi:
accelDevice: "gaudi"
image:
repository: ghcr.io/huggingface/tgi-gaudi
tag: "2.0.1"
tag: "2.0.5"
resources:
limits:
habana.ai/gaudi: 1
Expand All @@ -40,7 +40,7 @@ tgi-guardrails:
LLM_MODEL_ID: "meta-llama/Meta-Llama-Guard-2-8B"
image:
repository: ghcr.io/huggingface/tgi-gaudi
tag: "2.0.1"
tag: "2.0.5"
resources:
limits:
habana.ai/gaudi: 1
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/codegen/gaudi-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
tgi:
image:
repository: ghcr.io/huggingface/tgi-gaudi
tag: "2.0.1"
tag: "2.0.5"
resources:
limits:
habana.ai/gaudi: 1
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/codetrans/gaudi-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
tgi:
image:
repository: ghcr.io/huggingface/tgi-gaudi
tag: "2.0.1"
tag: "2.0.5"
resources:
limits:
habana.ai/gaudi: 1
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/common/tgi/gaudi-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ accelDevice: "gaudi"

image:
repository: ghcr.io/huggingface/tgi-gaudi
tag: "2.0.1"
tag: "2.0.5"

MAX_INPUT_LENGTH: "1024"
MAX_TOTAL_TOKENS: "2048"
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/docsum/gaudi-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
tgi:
image:
repository: ghcr.io/huggingface/tgi-gaudi
tag: "2.0.1"
tag: "2.0.5"
resources:
limits:
habana.ai/gaudi: 1
Expand Down

0 comments on commit ca52fc2

Please sign in to comment.