Skip to content

Commit

Permalink
chore(helm): fix rayStartParams
Browse files Browse the repository at this point in the history
  • Loading branch information
donch1989 committed Apr 12, 2024
1 parent e99ec90 commit 692f68a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions charts/core/templates/ray-service/ray-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,6 @@ spec:
maxReplicas: {{ $workerGroupSpecs.maxReplicas }}
groupName: {{ $workerGroupSpecs.groupName }}
rayStartParams:
{{- if $workerGroupSpecs.gpuWorkerGroup.enabled }}
num-cpus: "0"
{{- end }}
{{- if $workerGroupSpecs.gpuWorkerGroup.customResource }}
resources: {{ $workerGroupSpecs.gpuWorkerGroup.customResource }}
{{- end }}
Expand Down

0 comments on commit 692f68a

Please sign in to comment.