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 c3a3aea commit 0bf2325
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion optimum/intel/openvino/modeling_diffusion.py
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,6 @@ def forward(
return ModelOutput(**model_outputs)



class OVModelUnet(OVPipelinePart):
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)
Expand Down

0 comments on commit 0bf2325

Please sign in to comment.