NodeSelector: add include=[pro_6000] for TEE requirement on integrated subnet chutes
Browse files- chute_config.yml +3 -0
chute_config.yml
CHANGED
|
@@ -9,6 +9,9 @@ NodeSelector:
|
|
| 9 |
min_vram_gb_per_gpu: 16
|
| 10 |
# max_hourly_price_per_gpu belongs in NodeSelector, not Chute
|
| 11 |
max_hourly_price_per_gpu: 0.50
|
|
|
|
|
|
|
|
|
|
| 12 |
# Chutes caps exclude at 5. Pattern from production person/vehicle chute.
|
| 13 |
exclude:
|
| 14 |
- "5090"
|
|
|
|
| 9 |
min_vram_gb_per_gpu: 16
|
| 10 |
# max_hourly_price_per_gpu belongs in NodeSelector, not Chute
|
| 11 |
max_hourly_price_per_gpu: 0.50
|
| 12 |
+
# Chutes now requires TEE with include=['pro_6000'] for integrated subnet chutes
|
| 13 |
+
include:
|
| 14 |
+
- "pro_6000"
|
| 15 |
# Chutes caps exclude at 5. Pattern from production person/vehicle chute.
|
| 16 |
exclude:
|
| 17 |
- "5090"
|