Skip to content

Commit

Permalink
Remove latest tag in value files (#739)
Browse files Browse the repository at this point in the history
The latest tag is specified in the default values.yaml.
Add mm-embedding in valuefiles.yaml to track sync status with GenAIComps.

Signed-off-by: Dolpher Du <dolpher.du@intel.com>
  • Loading branch information
yongfengdu authored Jan 21, 2025
1 parent 2d2e68c commit 9c808f8
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 9 deletions.
1 change: 0 additions & 1 deletion helm-charts/common/lvm-serve/gaudi-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ accelDevice: "gaudi"

image:
repository: opea/llava-gaudi
tag: "latest"

resources:
limits:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ accelDevice: "gaudi"

image:
repository: opea/lvm-llama-vision-guard
tag: "latest"

resources:
limits:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ accelDevice: "gaudi"

image:
repository: opea/lvm-llama-vision-tp
tag: "latest"

resources:
limits:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ accelDevice: "gaudi"

image:
repository: opea/lvm-llama-vision
tag: "latest"

resources:
limits:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

image:
repository: opea/lvm-video-llama
tag: "latest"

LLM_DOWNLOAD: "True"
port: 9009
1 change: 0 additions & 1 deletion helm-charts/common/mm-embedding/gaudi-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ accelDevice: "gaudi"

image:
repository: opea/embedding-multimodal-bridgetower-gaudi
tag: "latest"

resources:
limits:
Expand Down
1 change: 0 additions & 1 deletion helm-charts/common/mm-embedding/variant_clip-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@

image:
repository: opea/embedding-multimodal-clip
tag: "latest"

EMBEDDING_MODEL_ID: openai/clip-vit-base-patch32
1 change: 0 additions & 1 deletion helm-charts/common/text2image/gaudi-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ accelDevice: "gaudi"

image:
repository: opea/text2image-gaudi
tag: "latest"

resources:
limits:
Expand Down
1 change: 0 additions & 1 deletion helm-charts/txt2img/gaudi-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ text2image:
accelDevice: "gaudi"
image:
repository: opea/text2image-gaudi
tag: "latest"
resources:
limits:
habana.ai/gaudi: 1
Expand Down
8 changes: 8 additions & 0 deletions helm-charts/valuefiles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,14 @@ lvm-uservice:
dest_dir: comps/lvms/deployment/kubernetes
values:
- cpu-values.yaml
mm-embedding:
src_repo: GenAIInfra
src_dir: helm-charts/common/mm-embedding
dest_repo: GenAIComps
dest_dir: comps/third_parties/bridgetower/deployment/kubernetes
values:
- cpu-values.yaml
- gaudi-values.yaml
mongodb:
src_repo: GenAIInfra
src_dir: helm-charts/common/mongodb
Expand Down

0 comments on commit 9c808f8

Please sign in to comment.