Skip to content

Commit 137307b

Browse files
committed
fix: update chart with new image for nemo
1 parent cf2f2a4 commit 137307b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

chart/model-values.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ controlnetModelIds: &controlnetModelIds |-
3939
commonImgOld: &commonImgOld "crgooeyprodwestus1.azurecr.io/gooey-gpu-common:3"
4040
commonImg: &commonImg "crgooeyprodwestus1.azurecr.io/gooey-gpu-common:8"
4141
retroImg: &retroImg "crgooeyprodwestus1.azurecr.io/gooey-gpu-retro:6"
42+
retroImgNemo: &retroImgNemo "crgooeyprodwestus1.azurecr.io/gooey-gpu-retro:7"
4243
deforumImg: &deforumImg "crgooeyprodwestus1.azurecr.io/gooey-gpu-deforum_sd:2"
4344

4445
deployments:
@@ -278,11 +279,12 @@ deployments:
278279
https://objectstore.e2enetworks.net/indic-asr-public/checkpoints/conformer/stt_hi_conformer_ctc_large_v2.nemo
279280
280281
- name: "retro-nemo-mbaza-asr"
281-
image: *retroImg
282+
image: *retroImgNemo
282283
autoscaling:
283284
minReplicaCount: 0
285+
limits_gpu: "4Gi"
284286
limits:
285-
memory: "20Gi"
287+
memory: "10Gi"
286288
env:
287289
IMPORTS: |-
288290
retro.nvidia_nemo

0 commit comments

Comments
 (0)