Commit 30412d42 authored by Your Name's avatar Your Name

Add debug for models in manager before audio setup

parent 24b4e779
......@@ -5005,6 +5005,7 @@ def main():
print("Models will load on first request")
# Set up audio model if specified (with pre-loading if in loadall/loadswap mode)
print(f"DEBUG: models in manager before audio setup: {list(multi_model_manager.models.keys())}")
if audio_models:
print(f"\nAudio transcription model(s): {audio_models}")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment