scorevision: push artifact
Browse files- chute_config.yml +7 -1
chute_config.yml
CHANGED
|
@@ -7,9 +7,15 @@ Image:
|
|
| 7 |
NodeSelector:
|
| 8 |
gpu_count: 1
|
| 9 |
min_vram_gb_per_gpu: 16
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
|
| 11 |
Chute:
|
| 12 |
-
timeout_seconds:
|
| 13 |
concurrency: 4
|
| 14 |
max_instances: 5
|
| 15 |
scaling_threshold: 0.5
|
|
|
|
| 7 |
NodeSelector:
|
| 8 |
gpu_count: 1
|
| 9 |
min_vram_gb_per_gpu: 16
|
| 10 |
+
max_hourly_price_per_gpu: 0.80
|
| 11 |
+
exclude:
|
| 12 |
+
- 5090
|
| 13 |
+
- b200
|
| 14 |
+
- h200
|
| 15 |
+
- mi300x
|
| 16 |
|
| 17 |
Chute:
|
| 18 |
+
timeout_seconds: 900
|
| 19 |
concurrency: 4
|
| 20 |
max_instances: 5
|
| 21 |
scaling_threshold: 0.5
|