You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
598 B
35 lines
598 B
small:
|
|
nimService:
|
|
resources:
|
|
requests:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
nvidia.com/gpu: 1
|
|
limits:
|
|
cpu: 8000m
|
|
memory: 16Gi
|
|
nvidia.com/gpu: 1
|
|
|
|
medium:
|
|
nimService:
|
|
resources:
|
|
requests:
|
|
cpu: 8000m
|
|
memory: 16Gi
|
|
nvidia.com/gpu: 2
|
|
limits:
|
|
cpu: 16000m
|
|
memory: 32Gi
|
|
nvidia.com/gpu: 2
|
|
|
|
large:
|
|
nimService:
|
|
resources:
|
|
requests:
|
|
cpu: 16000m
|
|
memory: 32Gi
|
|
nvidia.com/gpu: 4
|
|
limits:
|
|
cpu: 32000m
|
|
memory: 64Gi
|
|
nvidia.com/gpu: 4 |