mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-07-10 01:18:29 +00:00
7 lines
No EOL
142 B
Python
7 lines
No EOL
142 B
Python
from python.helpers import runtime, whisper
|
|
|
|
print("Running preload...")
|
|
runtime.initialize()
|
|
|
|
# preload transcription model
|
|
whisper.preload() |