Skip to content

Commit 5760936

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

optimum/intel/ipex/modeling_base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ def _supports_logits_to_keep(self) -> bool:
489489
def _supports_num_logits_to_keep(self) -> bool:
490490
"""
491491
Will be deprecated after we no longer support transformers < 4.49
492-
492+
493493
Return True if the current model supports the keyword argument `num_logits_to_keep` in forward()
494494
to save memory. Checking it in this way allows to avoid using a new model attribute.
495495
"""

0 commit comments

Comments
 (0)