mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-07-09 17:08:29 +00:00
Docker runtime preload
This commit is contained in:
parent
66f1ab7baf
commit
e469f6d7ba
1 changed files with 4 additions and 1 deletions
|
|
@ -1,8 +1,11 @@
|
|||
# Import the necessary libraries
|
||||
import warnings
|
||||
import whisper
|
||||
import files
|
||||
import tempfile
|
||||
|
||||
# suppress FutureWarning from torch.load
|
||||
warnings.filterwarnings('ignore', category=FutureWarning)
|
||||
|
||||
model = None
|
||||
|
||||
def preload():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue