Skip to content

Commit

Permalink
Update optimum/intel/openvino/modeling_diffusion.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKoff88 authored Oct 18, 2024
1 parent ed04ddf commit c3a3aea
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions optimum/intel/openvino/modeling_diffusion.py
Original file line number Diff line number Diff line change
Expand Up @@ -765,10 +765,6 @@ def ov_config(self) -> OVConfig:
def dtype(self) -> torch.dtype:
return OV_TO_PT_TYPE[self.ov_config.get("dtype", "f32")]

def modules(self):
return {}


def _compile(self):
if self.request is None:
if (
Expand Down

0 comments on commit c3a3aea

Please sign in to comment.