Update vision.py
This commit is contained in:
parent
b63cafd329
commit
2079f9f217
1 changed files with 1 additions and 1 deletions
|
|
@ -234,7 +234,7 @@ class FastBaseModel:
|
|||
# quantization_config = bnb_config,
|
||||
token = token,
|
||||
trust_remote_code = trust_remote_code,
|
||||
# attn_implementation = "sdpa", [TODO] Pixtral for eg fails
|
||||
attn_implementation = "eager", [TODO] Pixtral for eg fails
|
||||
**kwargs,
|
||||
)
|
||||
# Return old flag
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue