Repository for dip
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.
 
 
 
 
 
 
service-catalog/manifests/helm/kserve/0.1.0/dip-resources-quotas.yaml

35 lines
624 B

small:
inferenceService:
resources:
requests:
cpu: 2000m
memory: 4Gi
nvidia.com/gpu: "1"
limits:
cpu: 4000m
memory: 8Gi
nvidia.com/gpu: "1"
medium:
inferenceService:
resources:
requests:
cpu: 4000m
memory: 8Gi
nvidia.com/gpu: "1"
limits:
cpu: 8000m
memory: 16Gi
nvidia.com/gpu: "2"
large:
inferenceService:
resources:
requests:
cpu: 8000m
memory: 16Gi
nvidia.com/gpu: "2"
limits:
cpu: 16000m
memory: 32Gi
nvidia.com/gpu: "4"