Update loader.py
This commit is contained in:
parent
43fb58672b
commit
9298d90853
1 changed files with 1 additions and 1 deletions
|
|
@ -729,7 +729,7 @@ class FastModel(FastBaseModel):
|
|||
)
|
||||
pass
|
||||
# Fix SDPA
|
||||
if "gemma3n" in lowered_model_name:
|
||||
if "gemma-3n" in lowered_model_name:
|
||||
supports_sdpa = False
|
||||
pass
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue