Fix shutdown_after_seconds: 300 -> 604800 (7 days) to prevent chute going cold
Browse files- chute_config.yml +7 -15
chute_config.yml
CHANGED
|
@@ -10,23 +10,15 @@ Image:
|
|
| 10 |
NodeSelector:
|
| 11 |
gpu_count: 1
|
| 12 |
min_vram_gb_per_gpu: 16
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
-
|
| 16 |
-
-
|
| 17 |
-
- l40s
|
| 18 |
-
- l40
|
| 19 |
-
- a100
|
| 20 |
-
- a100_40gb
|
| 21 |
-
- a100_40gb_sxm
|
| 22 |
-
- a100_sxm
|
| 23 |
- h100
|
| 24 |
-
-
|
| 25 |
-
- h100_nvl
|
| 26 |
-
- h800
|
| 27 |
|
| 28 |
Chute:
|
| 29 |
-
shutdown_after_seconds:
|
| 30 |
concurrency: 4
|
| 31 |
-
max_instances:
|
| 32 |
scaling_threshold: 0.5
|
|
|
|
| 10 |
NodeSelector:
|
| 11 |
gpu_count: 1
|
| 12 |
min_vram_gb_per_gpu: 16
|
| 13 |
+
max_hourly_price_per_gpu: 0.8
|
| 14 |
+
exclude:
|
| 15 |
+
- b200
|
| 16 |
+
- h200
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
- h100
|
| 18 |
+
- mi300x
|
|
|
|
|
|
|
| 19 |
|
| 20 |
Chute:
|
| 21 |
+
shutdown_after_seconds: 604800
|
| 22 |
concurrency: 4
|
| 23 |
+
max_instances: 1
|
| 24 |
scaling_threshold: 0.5
|