change resource limits
This commit is contained in:
parent
741a07bbc4
commit
2fbd6bdf81
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue