scorevision: push artifact
Browse files- chute_config.yml +11 -3
chute_config.yml
CHANGED
|
@@ -8,9 +8,17 @@ Image:
|
|
| 8 |
NodeSelector:
|
| 9 |
gpu_count: 1
|
| 10 |
min_vram_gb_per_gpu: 16
|
| 11 |
-
|
| 12 |
-
- "
|
| 13 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
|
| 15 |
Chute:
|
| 16 |
shutdown_after_seconds: 300000
|
|
|
|
| 8 |
NodeSelector:
|
| 9 |
gpu_count: 1
|
| 10 |
min_vram_gb_per_gpu: 16
|
| 11 |
+
exclude:
|
| 12 |
+
- "5090"
|
| 13 |
+
- b200
|
| 14 |
+
- h200
|
| 15 |
+
- h20
|
| 16 |
+
- h100
|
| 17 |
+
- a100
|
| 18 |
+
- a40
|
| 19 |
+
- a6000
|
| 20 |
+
- l40
|
| 21 |
+
- mi300x
|
| 22 |
|
| 23 |
Chute:
|
| 24 |
shutdown_after_seconds: 300000
|