Skip to content

Commit

Permalink
Keep warm 1 for VAD modal (#1188)
Browse files Browse the repository at this point in the history
  • Loading branch information
beastoin authored Oct 27, 2024
2 parents 1b59962 + fa0d33e commit e6bcaa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/modal/vad_modal.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

@app.function(
image=image,
keep_warm=0,
keep_warm=1,
memory=(1024, 2048),
cpu=4,
secrets=[Secret.from_name('huggingface-token')],
Expand Down

0 comments on commit e6bcaa9

Please sign in to comment.