Skip to content

Commit a57367b

Browse files
committed
rename file
1 parent 2808cdf commit a57367b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/transformers/generation/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
from ..utils import ExplicitEnum, ModelOutput, is_accelerate_available, logging
3838
from .beam_constraints import DisjunctiveConstraint, PhrasalConstraint
3939
from .beam_search import BeamScorer, BeamSearchScorer, ConstrainedBeamSearchScorer
40-
from .candidates import (
40+
from .candidate_generator import (
4141
AssistedCandidateGenerator,
4242
CandidateGenerator,
4343
_crop_past_key_values,

0 commit comments

Comments
 (0)