TEE mandate: include=pro_6000, price 2.00, Chute.tee=true
Browse files- chute_config.yml +8 -2
chute_config.yml
CHANGED
|
@@ -7,8 +7,12 @@ Image:
|
|
| 7 |
NodeSelector:
|
| 8 |
gpu_count: 1
|
| 9 |
min_vram_gb_per_gpu: 16
|
| 10 |
-
# max_hourly_price_per_gpu belongs in NodeSelector, not Chute
|
| 11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
# Chutes caps exclude at 5. Pattern from production person/vehicle chute.
|
| 13 |
exclude:
|
| 14 |
- "5090"
|
|
@@ -26,3 +30,5 @@ Chute:
|
|
| 26 |
max_instances: 5
|
| 27 |
scaling_threshold: 0.5
|
| 28 |
shutdown_after_seconds: 288000 # 80h idle tolerance
|
|
|
|
|
|
|
|
|
| 7 |
NodeSelector:
|
| 8 |
gpu_count: 1
|
| 9 |
min_vram_gb_per_gpu: 16
|
| 10 |
+
# max_hourly_price_per_gpu belongs in NodeSelector, not Chute.
|
| 11 |
+
# pro_6000 lists at $1.80/hr on api.chutes.ai/pricing; 2.00 leaves headroom.
|
| 12 |
+
max_hourly_price_per_gpu: 2.00
|
| 13 |
+
# TEE mandate for new SN44 chutes: include=['pro_6000'] + Chute.tee=true.
|
| 14 |
+
include:
|
| 15 |
+
- "pro_6000"
|
| 16 |
# Chutes caps exclude at 5. Pattern from production person/vehicle chute.
|
| 17 |
exclude:
|
| 18 |
- "5090"
|
|
|
|
| 30 |
max_instances: 5
|
| 31 |
scaling_threshold: 0.5
|
| 32 |
shutdown_after_seconds: 288000 # 80h idle tolerance
|
| 33 |
+
# SDK source has Chute(tee: bool = False) — required for new SN44 chutes.
|
| 34 |
+
tee: true
|