Skip to content

Commit aaa3169

Browse files
committed
qfix bad cherry-pick
1 parent ea2eee0 commit aaa3169

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/transformers/generation/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
is_torchdynamo_exporting,
5858
logging,
5959
)
60+
from ..modeling_flash_attention_utils import prepare_fa_kwargs_from_position_ids
6061
from .beam_constraints import DisjunctiveConstraint, PhrasalConstraint
6162
from .beam_search import BeamScorer, BeamSearchScorer, ConstrainedBeamSearchScorer
6263
from .candidate_generator import (

0 commit comments

Comments
 (0)