Update chute_config.yml
Browse files- chute_config.yml +3 -0
chute_config.yml
CHANGED
|
@@ -7,9 +7,12 @@ Image:
|
|
| 7 |
NodeSelector:
|
| 8 |
gpu_count: 1
|
| 9 |
min_vram_gb_per_gpu: 16
|
|
|
|
|
|
|
| 10 |
|
| 11 |
Chute:
|
| 12 |
timeout_seconds: 300
|
| 13 |
concurrency: 4
|
| 14 |
max_instances: 5
|
| 15 |
scaling_threshold: 0.5
|
|
|
|
|
|
| 7 |
NodeSelector:
|
| 8 |
gpu_count: 1
|
| 9 |
min_vram_gb_per_gpu: 16
|
| 10 |
+
include:
|
| 11 |
+
- pro_6000
|
| 12 |
|
| 13 |
Chute:
|
| 14 |
timeout_seconds: 300
|
| 15 |
concurrency: 4
|
| 16 |
max_instances: 5
|
| 17 |
scaling_threshold: 0.5
|
| 18 |
+
tee: true
|