Skip to content

Commit

Permalink
fix: error when getting metric values no matching metrics found for s…
Browse files Browse the repository at this point in the history
…0-rabbitmq-gooey-gpu-2ffacebook-2fseamless-m4t-v2-large
  • Loading branch information
devxpy committed Aug 12, 2024
1 parent 68dbd5c commit 6829a49
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion chart/model-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,8 @@ deployments:
- name: "common-seamless"
image: "crgooeyprodwestus1.azurecr.io/gooey-gpu-common:6"
limits_gpu: "10Gi"
limits:
gpu: "10Gi"
memory: "28Gi" # (220 / 80) * 10
cpu: "1"
env:
Expand Down
4 changes: 4 additions & 0 deletions chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ spec:
- name: "RESOURCE_LIMITS_{{ $name | upper }}"
value: "{{ $value }}"
{{- end }}
{{- if .limits_gpu }}
- name: "RESOURCE_LIMITS_GPU"
value: "{{ .limits_gpu }}"
{{- end }}
livenessProbe:
exec:
command: [ "bash", "-c", "celery inspect ping -d celery@$HOSTNAME" ]
Expand Down

0 comments on commit 6829a49

Please sign in to comment.