Skip to content

Commit 265226b

Browse files
committed
fix: update limits value for long-queue deployment for akera
1 parent 1f56d5f commit 265226b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chart/model-values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,9 +218,9 @@ deployments:
218218
image: "crgooeyprodwestus1.azurecr.io/gooey-gpu-common:9"
219219
autoscaling:
220220
minReplicaCount: 0
221-
limits_gpu: "18Gi"
221+
limits_gpu: "10Gi"
222222
limits:
223-
memory: "50Gi"
223+
memory: "27Gi"
224224
env:
225225
QUEUE_PREFIX: "gooey-gpu/long"
226226
WHISPER_TOKENIZER_FROM: "akera/whisper-large-v3-kik-full_v2"

0 commit comments

Comments
 (0)