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