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:
|
||||
limits:
|
||||
nvidia.com/gpu: 1
|
||||
memory: "32Gi"
|
||||
cpu: "8"
|
||||
memory: "80Gi"
|
||||
cpu: "16"
|
||||
requests:
|
||||
nvidia.com/gpu: 1
|
||||
memory: "16Gi"
|
||||
cpu: "4"
|
||||
memory: "60Gi"
|
||||
cpu: "8"
|
||||
volumeMounts:
|
||||
- name: model-cache
|
||||
mountPath: /root/.cache/huggingface
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue