Skip to content

Commit 715b833

Browse files
committed
change max GPU number
1 parent 4411b7c commit 715b833

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

deploy/helm/nemoclaw-gpu/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ affinity: {}
9797
autoscaling:
9898
enabled: false
9999
minReplicas: 1
100-
maxReplicas: 8
101-
maxGpus: 8
100+
maxReplicas: 4
101+
maxGpus: 4
102102
# gpu (default) | performance | latency | resource
103103
# gpu: DCGM_FI_DEV_GPU_UTIL via Prometheus + prometheus-adapter (see install-hpa.sh)
104104
mode: gpu

0 commit comments

Comments
 (0)