mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-21 04:39:06 +00:00
Upgrade modal apps
This commit is contained in:
@@ -52,7 +52,7 @@ image = (
|
||||
@app.cls(
|
||||
gpu="A10G",
|
||||
timeout=5 * MINUTES,
|
||||
container_idle_timeout=5 * MINUTES,
|
||||
scaledown_window=5 * MINUTES,
|
||||
allow_concurrent_inputs=6,
|
||||
image=image,
|
||||
volumes={MODELS_DIR: volume},
|
||||
@@ -107,7 +107,7 @@ class Transcriber:
|
||||
|
||||
|
||||
@app.function(
|
||||
container_idle_timeout=60,
|
||||
scaledown_window=60,
|
||||
timeout=60,
|
||||
allow_concurrent_inputs=40,
|
||||
secrets=[
|
||||
|
||||
Reference in New Issue
Block a user