Commit e2deefb8 authored by Your Name's avatar Your Name

Reduce debug verbosity for tokenizer loading

parent c4182620
......@@ -146,9 +146,8 @@ class VulkanBackend(ModelBackend):
tokenizer_loaded = True
break
except Exception as fallback_err:
last_error = fallback_err
print(f"DEBUG: Could not load tokenizer from hub ({model_id}): {fallback_err}")
continue
# Silently skip failed tokenizer loads - we'll use manual formatting
pass
if tokenizer_loaded:
return
......
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