Update vision.py
This commit is contained in:
parent
505c27cd4c
commit
ab31b9af62
1 changed files with 1 additions and 0 deletions
|
|
@ -320,6 +320,7 @@ class FastBaseModel:
|
|||
dtype = torch.float32
|
||||
bnb_compute_dtype = eval(bnb_compute_dtype)
|
||||
pass
|
||||
print("bnb_compute_dtype", bnb_compute_dtype)
|
||||
|
||||
# Stop SDPA for some archs like Pixtral / Mistral3
|
||||
if not ("attn_implementation" in kwargs):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue