iotaminer commited on
Commit ·
53c1227
1
Parent(s): 6b2abcf
remove price cap and add b300 to exclude list
Browse files- chute_config.yml +1 -2
chute_config.yml
CHANGED
|
@@ -10,12 +10,11 @@ Image:
|
|
| 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
|
|
|
|
| 10 |
NodeSelector:
|
| 11 |
gpu_count: 1
|
| 12 |
min_vram_gb_per_gpu: 16
|
|
|
|
| 13 |
exclude:
|
| 14 |
- b200
|
| 15 |
- h200
|
|
|
|
| 16 |
- mi300x
|
| 17 |
+
- b300
|
| 18 |
|
| 19 |
Chute:
|
| 20 |
shutdown_after_seconds: 604800
|