Skip to content

Commit

Permalink
style: fix incorrect style
Browse files Browse the repository at this point in the history
  • Loading branch information
nagic0 committed Jul 25, 2024
1 parent b6a9e8b commit a5d7bf3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion intel_npu_acceleration_library/nn/llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,9 @@ def forward(
output_attentions: Optional[bool] = False,
use_cache: Optional[bool] = False,
cache_position: Optional[torch.LongTensor] = None,
position_embeddings: Optional[Tuple[torch.Tensor, torch.Tensor]] = None, # will become mandatory in Transformers v4.45
position_embeddings: Optional[
Tuple[torch.Tensor, torch.Tensor]
] = None, # will become mandatory in Transformers v4.45
):
"""Torch module forward method.
Expand Down

0 comments on commit a5d7bf3

Please sign in to comment.