File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/codeflare_sdk/templates Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4949 # - kubernetes
5050 spec :
5151 # The version of Ray you are using. Make sure all Ray containers are running this version of Ray.
52- rayVersion : ' 2.1 .0'
52+ rayVersion : ' 2.5 .0'
5353 # If enableInTreeAutoscaling is true, the autoscaler sidecar will be added to the Ray head pod.
5454 # Ray autoscaler integration is supported only for Ray versions >= 1.11.0
5555 # Ray autoscaler integration is Beta with KubeRay >= 0.3.0 and Ray >= 2.0.0.
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ spec:
109109 nvidia.com/gpu : 0
110110 imagePullSecrets :
111111 - name : unit-test-pull-secret
112- rayVersion : 2.1 .0
112+ rayVersion : 2.5 .0
113113 workerGroupSpecs :
114114 - groupName : small-group-unit-test-cluster
115115 maxReplicas : 2
You can’t perform that action at this time.
0 commit comments