Skip to content

Commit

Permalink
Update optimum/intel/openvino/modeling_visual_language.py
Browse files Browse the repository at this point in the history
Co-authored-by: Nikita Savelyev <[email protected]>
  • Loading branch information
eaidova and nikita-savelyevv authored Nov 14, 2024
1 parent 5cc1682 commit eb30a53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions optimum/intel/openvino/modeling_visual_language.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ class OVVisionProjection(OVModelPart):
_model_name = "vision_projection"

def forward(self, img_features):
self._compile()
return self.request(img_features)[0]


Expand Down

0 comments on commit eb30a53

Please sign in to comment.