Upload folder using huggingface_hub
Browse files- config.yml +2 -1
config.yml
CHANGED
|
@@ -43,4 +43,5 @@ Chute:
|
|
| 43 |
timeout_seconds: 300
|
| 44 |
concurrency: 3 # Reduced concurrency to limit memory usage
|
| 45 |
max_instances: 4 # Reduced max instances to limit memory usage
|
| 46 |
-
scaling_threshold: 0.7 # Higher threshold to reduce scaling frequency
|
|
|
|
|
|
| 43 |
timeout_seconds: 300
|
| 44 |
concurrency: 3 # Reduced concurrency to limit memory usage
|
| 45 |
max_instances: 4 # Reduced max instances to limit memory usage
|
| 46 |
+
scaling_threshold: 0.7 # Higher threshold to reduce scaling frequency
|
| 47 |
+
allow_external_egress: true
|