Skip to content

Commit 5ed6ae0

Browse files
committed
feat: add 'WHISPER_TOKENIZER_FROM' and update image version for sunbird model
1 parent eca635f commit 5ed6ae0

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

chart/model-values.yaml

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ deployments:
157157
epicdream.safetensors
158158
159159
- name: "common-whisper-sunbird-short"
160-
image: *commonImgOld
160+
image: *commonImg
161161
autoscaling:
162162
minReplicaCount: 1
163163
limits_gpu: "7Gi"
@@ -169,6 +169,22 @@ deployments:
169169
common.whisper
170170
WHISPER_MODEL_IDS: |-
171171
Sunbird/asr-whisper-large-v3-salt
172+
WHISPER_TOKENIZER_FROM: "Sunbird/asr-whisper-large-v3-salt"
173+
174+
- name: "common-whisper-sunbird-long"
175+
image: *commonImg
176+
autoscaling:
177+
minReplicaCount: 0
178+
limits_gpu: "10Gi"
179+
limits:
180+
memory: "27Gi"
181+
env:
182+
QUEUE_PREFIX: "gooey-gpu/long"
183+
IMPORTS: |-
184+
common.whisper
185+
WHISPER_MODEL_IDS: |-
186+
Sunbird/asr-whisper-large-v3-salt
187+
WHISPER_TOKENIZER_FROM: "Sunbird/asr-whisper-large-v3-salt"
172188

173189
- name: "common-whisper-swahili-short"
174190
image: *commonImgOld
@@ -184,19 +200,18 @@ deployments:
184200
WHISPER_MODEL_IDS: |-
185201
Jacaranda-Health/ASR-STT
186202
187-
- name: "common-whisper-sunbird-swahili-long"
203+
- name: "common-whisper-swahili-long"
188204
image: *commonImgOld
189205
autoscaling:
190206
minReplicaCount: 0
191-
limits_gpu: "18Gi"
207+
limits_gpu: "8Gi"
192208
limits:
193-
memory: "50Gi"
209+
memory: "20Gi"
194210
env:
195211
QUEUE_PREFIX: "gooey-gpu/long"
196212
IMPORTS: |-
197213
common.whisper
198214
WHISPER_MODEL_IDS: |-
199-
Sunbird/asr-whisper-large-v3-salt
200215
Jacaranda-Health/ASR-STT
201216
202217
- name: "common-whisper-akera-kikuyu-short"

0 commit comments

Comments
 (0)