diff --git a/incubator/llama-factory-on-tke/values.yaml b/incubator/llama-factory-on-tke/values.yaml index 34ac89a..4f13dee 100644 --- a/incubator/llama-factory-on-tke/values.yaml +++ b/incubator/llama-factory-on-tke/values.yaml @@ -94,12 +94,12 @@ resources: # resources, such as Minikube. If you do want to specify resources, uncomment the following # lines, adjust them as necessary, and remove the curly braces after 'resources:'. limits: - cpu: "40" - memory: 600Gi + # cpu: "" + # memory: "" nvidia.com/gpu: "1" requests: - cpu: "20" - memory: 400Gi + # cpu: "" + # memory: "" nvidia.com/gpu: "1" # This is to setup the liveness and readiness probes more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/ diff --git a/incubator/verl-on-tke/values.yaml b/incubator/verl-on-tke/values.yaml index b7c9b0c..5c576e1 100644 --- a/incubator/verl-on-tke/values.yaml +++ b/incubator/verl-on-tke/values.yaml @@ -97,12 +97,12 @@ resources: # resources, such as Minikube. If you do want to specify resources, uncomment the following # lines, adjust them as necessary, and remove the curly braces after 'resources:'. limits: - cpu: "40" - memory: 600Gi + # cpu: "" + # memory: "" nvidia.com/gpu: "1" requests: - cpu: "20" - memory: 400Gi + # cpu: "" + # memory: "" nvidia.com/gpu: "1" # This is to setup the liveness and readiness probes more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/