Skip to content

Commit 4411b7c

Browse files
committed
change max GPU number from 4 to 8
1 parent 6c80048 commit 4411b7c

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: 4
101-
maxGpus: 4
100+
maxReplicas: 8
101+
maxGpus: 8
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)