Skip to content
Merged
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
31 changes: 23 additions & 8 deletions chart/model-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ controlnetModelIds: &controlnetModelIds |-
monster-labs/control_v1p_sd15_qrcode_monster/v2

commonImgOld: &commonImgOld "crgooeyprodwestus1.azurecr.io/gooey-gpu-common:3"
commonImg: &commonImg "crgooeyprodwestus1.azurecr.io/gooey-gpu-common:8"
commonImg: &commonImg "crgooeyprodwestus1.azurecr.io/gooey-gpu-common:9"
retroImg: &retroImg "crgooeyprodwestus1.azurecr.io/gooey-gpu-retro:6"
retroImgNemo: &retroImgNemo "crgooeyprodwestus1.azurecr.io/gooey-gpu-retro:7"
deforumImg: &deforumImg "crgooeyprodwestus1.azurecr.io/gooey-gpu-deforum_sd:2"
Expand Down Expand Up @@ -157,7 +157,7 @@ deployments:
epicdream.safetensors

- name: "common-whisper-sunbird-short"
image: *commonImgOld
image: *commonImg
autoscaling:
minReplicaCount: 1
limits_gpu: "7Gi"
Expand All @@ -169,6 +169,22 @@ deployments:
common.whisper
WHISPER_MODEL_IDS: |-
Sunbird/asr-whisper-large-v3-salt
WHISPER_TOKENIZER_FROM: "Sunbird/asr-whisper-large-v3-salt"

- name: "common-whisper-sunbird-long"
image: *commonImg
autoscaling:
minReplicaCount: 0
limits_gpu: "10Gi"
limits:
memory: "27Gi"
env:
QUEUE_PREFIX: "gooey-gpu/long"
IMPORTS: |-
common.whisper
WHISPER_MODEL_IDS: |-
Sunbird/asr-whisper-large-v3-salt
WHISPER_TOKENIZER_FROM: "Sunbird/asr-whisper-large-v3-salt"

- name: "common-whisper-swahili-short"
image: *commonImgOld
Expand All @@ -184,23 +200,22 @@ deployments:
WHISPER_MODEL_IDS: |-
Jacaranda-Health/ASR-STT

- name: "common-whisper-sunbird-swahili-long"
- name: "common-whisper-swahili-long"
image: *commonImgOld
autoscaling:
minReplicaCount: 0
limits_gpu: "18Gi"
limits_gpu: "8Gi"
limits:
memory: "50Gi"
memory: "20Gi"
env:
QUEUE_PREFIX: "gooey-gpu/long"
IMPORTS: |-
common.whisper
WHISPER_MODEL_IDS: |-
Sunbird/asr-whisper-large-v3-salt
Jacaranda-Health/ASR-STT

- name: "common-whisper-akera-kikuyu-short"
image: "crgooeyprodwestus1.azurecr.io/gooey-gpu-common:9"
image: *commonImg
autoscaling:
minReplicaCount: 0
limits_gpu: "5Gi"
Expand All @@ -215,7 +230,7 @@ deployments:
akera/whisper-large-v3-kik-full_v2

- name: "common-whisper-akera-kikuyu-long"
image: "crgooeyprodwestus1.azurecr.io/gooey-gpu-common:9"
image: *commonImg
autoscaling:
minReplicaCount: 0
limits_gpu: "10Gi"
Expand Down
Loading