We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cecae82 commit 0b8f1f7Copy full SHA for 0b8f1f7
src/codeflare_sdk/templates/base-template.yaml
@@ -49,7 +49,7 @@ spec:
49
# - kubernetes
50
spec:
51
# The version of Ray you are using. Make sure all Ray containers are running this version of Ray.
52
- rayVersion: '2.1.0'
+ rayVersion: '2.5.0'
53
# If enableInTreeAutoscaling is true, the autoscaler sidecar will be added to the Ray head pod.
54
# Ray autoscaler integration is supported only for Ray versions >= 1.11.0
55
# Ray autoscaler integration is Beta with KubeRay >= 0.3.0 and Ray >= 2.0.0.
tests/test-case.yaml
@@ -109,7 +109,7 @@ spec:
109
nvidia.com/gpu: 0
110
imagePullSecrets:
111
- name: unit-test-pull-secret
112
- rayVersion: 2.1.0
+ rayVersion: 2.5.0
113
workerGroupSpecs:
114
- groupName: small-group-unit-test-cluster
115
maxReplicas: 2
0 commit comments