scorevision: push artifact
Browse files- chute_config.yml +7 -3
chute_config.yml
CHANGED
|
@@ -7,13 +7,17 @@ Image:
|
|
| 7 |
|
| 8 |
NodeSelector:
|
| 9 |
gpu_count: 1
|
| 10 |
-
|
| 11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
|
| 13 |
Chute:
|
| 14 |
-
tee: true
|
| 15 |
timeout_seconds: 900
|
| 16 |
concurrency: 4
|
| 17 |
max_instances: 5
|
| 18 |
scaling_threshold: 0.5
|
| 19 |
shutdown_after_seconds: 288000
|
|
|
|
|
|
| 7 |
|
| 8 |
NodeSelector:
|
| 9 |
gpu_count: 1
|
| 10 |
+
min_vram_gb_per_gpu: 16
|
| 11 |
+
exclude:
|
| 12 |
+
- b200
|
| 13 |
+
- h200
|
| 14 |
+
- h20
|
| 15 |
+
- mi300x
|
| 16 |
|
| 17 |
Chute:
|
|
|
|
| 18 |
timeout_seconds: 900
|
| 19 |
concurrency: 4
|
| 20 |
max_instances: 5
|
| 21 |
scaling_threshold: 0.5
|
| 22 |
shutdown_after_seconds: 288000
|
| 23 |
+
# v3.1 no TEE - try to bypass TEE requirement for speed
|