Skip to content

Commit ed80c07

Browse files
committedMar 13, 2025·
Update vision.py
1 parent b284ed5 commit ed80c07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎unsloth/models/vision.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ def from_pretrained(
249249
# quantization_config = bnb_config,
250250
token = token,
251251
trust_remote_code = trust_remote_code,
252-
# attn_implementation = "sdpa", #[TODO] Pixtral for eg fails
252+
attn_implementation = "sdpa", #[TODO] Pixtral for eg fails
253253
**kwargs,
254254
)
255255
# Return old flag

0 commit comments

Comments
 (0)
Please sign in to comment.