We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c80dbe2 commit 66f8e7bCopy full SHA for 66f8e7b
2 files changed
tests/uat/aws/config.yaml
@@ -79,7 +79,7 @@ compute:
79
- name: gpu-worker
80
instanceType: p5.48xlarge
81
capacity:
82
- desired: 2
+ desired: 1
83
reservation:
84
preference: capacity-reservations-only
85
target: cr-0cbe491320188dfa6
tests/uat/gcp/config.yaml
@@ -95,8 +95,8 @@ compute:
95
- us-central1-c
96
autoscaling:
97
enabled: true
98
- minNodes: 2
99
- maxNodes: 2
+ minNodes: 1
+ maxNodes: 1
100
guestAccelerator:
101
type: nvidia-h100-mega-80gb
102
count: 8
0 commit comments