Skip to content

Commit

Permalink
Fix CIs post merging modular transformers (huggingface#33681)
Browse files Browse the repository at this point in the history
update
  • Loading branch information
ArthurZucker authored and BernardZach committed Dec 5, 2024
1 parent 989982a commit b52c2bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -908,6 +908,7 @@ def forward(
image_features, feature_lens = self.pack_image_features(
image_features,
image_sizes,
self.vision_feature_select_strategy,
image_newline=self.image_newline,
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,7 @@ def forward(
image_features, feature_lens = self.pack_image_features(
image_features,
image_sizes,
self.vision_feature_select_strategy,
image_newline=self.image_newline,
)

Expand Down

0 comments on commit b52c2bc

Please sign in to comment.