scorevision: push artifact
Browse files- chute_config.yml +7 -0
chute_config.yml
CHANGED
|
@@ -22,6 +22,13 @@ NodeSelector:
|
|
| 22 |
gpu_count: 1
|
| 23 |
min_vram_gb_per_gpu: 16
|
| 24 |
max_hourly_price_per_gpu: 2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
|
| 26 |
Chute:
|
| 27 |
timeout_seconds: 900
|
|
|
|
| 22 |
gpu_count: 1
|
| 23 |
min_vram_gb_per_gpu: 16
|
| 24 |
max_hourly_price_per_gpu: 2
|
| 25 |
+
# REQUIRED, not an optimisation. Deploying with tee: true and no include list
|
| 26 |
+
# is rejected outright:
|
| 27 |
+
# "TEE with node_selector include=['pro_6000'] is required now for
|
| 28 |
+
# integrated subnet chutes."
|
| 29 |
+
# Every live rival config carries this for the same reason.
|
| 30 |
+
include:
|
| 31 |
+
- pro_6000
|
| 32 |
|
| 33 |
Chute:
|
| 34 |
timeout_seconds: 900
|