Skip to content

Commit 0bf2325

Browse files
authored
Update optimum/intel/openvino/modeling_diffusion.py
1 parent c3a3aea commit 0bf2325

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

optimum/intel/openvino/modeling_diffusion.py

-1
Original file line numberDiff line numberDiff line change
@@ -842,7 +842,6 @@ def forward(
842842
return ModelOutput(**model_outputs)
843843

844844

845-
846845
class OVModelUnet(OVPipelinePart):
847846
def __init__(self, *args, **kwargs):
848847
super().__init__(*args, **kwargs)

0 commit comments

Comments
 (0)