Commit 24b4e779 authored by Your Name's avatar Your Name

Add backend to image_models debug

parent 41fc5e8c
......@@ -4712,7 +4712,7 @@ def main():
print(f"Pre-loading main text model: {model_names[0]}")
# Load image model (first one only in loadall mode currently)
print(f"DEBUG: image_models check at line 4718: {image_models}")
print(f"DEBUG: image_models check at line 4718: {image_models}, backend = {args.backend}")
if image_models:
print(f"Pre-loading image model: {image_models[0]}")
......
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