Skip to content

Commit f51777b

Browse files
committed
fix format
Signed-off-by: jiqing-feng <jiqing.feng@intel.com>
1 parent f73c08d commit f51777b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

optimum/exporters/ipex/modeling_utils.py

+1
Original file line numberDiff line numberDiff line change
@@ -1093,6 +1093,7 @@ def forward(self, hidden_states: torch.Tensor, **kwargs):
10931093

10941094
return outputs
10951095

1096+
10961097
class _IPEXGPT2Block(nn.Module):
10971098
def __init__(self, module, device, config):
10981099
super().__init__()

0 commit comments

Comments
 (0)