Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions incubator/llama-factory-on-tke/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Comment on lines +97 to +102
Copy link

Copilot AI Oct 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The commented CPU and memory resource specifications contain empty strings. Consider removing these empty values or providing placeholder examples like '# cpu: "40"' to maintain clarity about expected format.

Copilot uses AI. Check for mistakes.
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/
Expand Down
8 changes: 4 additions & 4 deletions incubator/verl-on-tke/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Comment on lines +100 to +105
Copy link

Copilot AI Oct 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The commented CPU and memory resource specifications contain empty strings. Consider removing these empty values or providing placeholder examples like '# cpu: "40"' to maintain clarity about expected format.

Copilot uses AI. Check for mistakes.
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/
Expand Down