File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
ray-operator/config/samples/pytorch-mnist Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11
11
- torchvision
12
12
working_dir: "https://github.com/ray-project/kuberay/archive/master.zip"
13
13
env_vars:
14
- NUM_WORKERS: "4 "
14
+ NUM_WORKERS: "2 "
15
15
CPUS_PER_WORKER: "2"
16
16
17
17
# rayClusterSpec specifies the RayCluster instance to be created by the RayJob controller.
@@ -34,13 +34,13 @@ spec:
34
34
name : client
35
35
resources :
36
36
limits :
37
- cpu : " 2 "
37
+ cpu : " 1 "
38
38
memory : " 4Gi"
39
39
requests :
40
- cpu : " 2 "
40
+ cpu : " 1 "
41
41
memory : " 4Gi"
42
42
workerGroupSpecs :
43
- - replicas : 4
43
+ - replicas : 2
44
44
minReplicas : 1
45
45
maxReplicas : 5
46
46
groupName : small-group
53
53
image : rayproject/ray:2.34.0
54
54
resources :
55
55
limits :
56
- cpu : " 2 "
56
+ cpu : " 3 "
57
57
memory : " 4Gi"
58
58
requests :
59
- cpu : " 2 "
59
+ cpu : " 3 "
60
60
memory : " 4Gi"
You can’t perform that action at this time.
0 commit comments