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 49
49
# - kubernetes
50
50
spec :
51
51
# 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'
53
53
# If enableInTreeAutoscaling is true, the autoscaler sidecar will be added to the Ray head pod.
54
54
# Ray autoscaler integration is supported only for Ray versions >= 1.11.0
55
55
# 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:
109
109
nvidia.com/gpu : 0
110
110
imagePullSecrets :
111
111
- name : unit-test-pull-secret
112
- rayVersion : 2.1 .0
112
+ rayVersion : 2.5 .0
113
113
workerGroupSpecs :
114
114
- groupName : small-group-unit-test-cluster
115
115
maxReplicas : 2
You can’t perform that action at this time.
0 commit comments