change resource limits

This commit is contained in:
sirius0xdev 2026-04-18 22:04:41 +00:00
parent 741a07bbc4
commit 2fbd6bdf81

View file

@ -50,12 +50,12 @@ spec:
resources: resources:
limits: limits:
nvidia.com/gpu: 1 nvidia.com/gpu: 1
memory: "32Gi" memory: "80Gi"
cpu: "8" cpu: "16"
requests: requests:
nvidia.com/gpu: 1 nvidia.com/gpu: 1
memory: "16Gi" memory: "60Gi"
cpu: "4" cpu: "8"
volumeMounts: volumeMounts:
- name: model-cache - name: model-cache
mountPath: /root/.cache/huggingface mountPath: /root/.cache/huggingface