Skip to content

Commit 4a2e906

Browse files
committed
fix copies
1 parent 23bacf6 commit 4a2e906

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/transformers/models/falcon_h1/modeling_falcon_h1.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,7 @@
4545
from ...modeling_rope_utils import ROPE_INIT_FUNCTIONS, dynamic_rope_update
4646
from ...modeling_utils import ALL_ATTENTION_FUNCTIONS, PreTrainedModel
4747
from ...processing_utils import Unpack
48-
from ...utils import (
49-
auto_docstring,
50-
is_torchdynamo_compiling,
51-
logging,
52-
replace_return_docstrings,
53-
)
48+
from ...utils import auto_docstring, is_torchdynamo_compiling, logging, replace_return_docstrings
5449
from ...utils.deprecation import deprecate_kwarg
5550
from ...utils.import_utils import is_causal_conv1d_available, is_mamba_2_ssm_available
5651
from .configuration_falcon_h1 import FalconH1Config

0 commit comments

Comments
 (0)