Skip to content

Commit

Permalink
Remove extra line
Browse files Browse the repository at this point in the history
  • Loading branch information
amyeroberts committed Apr 25, 2024
1 parent a4c8b4b commit 1ce899c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/transformers/models/siglip/modeling_siglip.py
Original file line number Diff line number Diff line change
Expand Up @@ -1122,7 +1122,6 @@ def forward(
>>> from transformers import AutoProcessor, AutoModel
>>> import torch
>>> torch.manual_seed(3) # doctest: +IGNORE_RESULT
>>> model = AutoModel.from_pretrained("google/siglip-base-patch16-224")
>>> processor = AutoProcessor.from_pretrained("google/siglip-base-patch16-224")
Expand Down

0 comments on commit 1ce899c

Please sign in to comment.