restore tee:true (mandatory since 2026-05-12)
Browse filesChutes API rejects deploys without tee:true since 2026-05-12; keep exclude-pool + dummy warmup.
- chute_config.yml +1 -0
chute_config.yml
CHANGED
|
@@ -17,6 +17,7 @@ NodeSelector:
|
|
| 17 |
- mi300x
|
| 18 |
|
| 19 |
Chute:
|
|
|
|
| 20 |
timeout_seconds: 900
|
| 21 |
shutdown_after_seconds: 86400
|
| 22 |
concurrency: 4
|
|
|
|
| 17 |
- mi300x
|
| 18 |
|
| 19 |
Chute:
|
| 20 |
+
tee: true
|
| 21 |
timeout_seconds: 900
|
| 22 |
shutdown_after_seconds: 86400
|
| 23 |
concurrency: 4
|