Skip to content

Commit 23af7fa

Browse files
authored
Discard changes to stubs/transformers-stubs/models/auto/auto_factory.pyi
1 parent 935898b commit 23af7fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stubs/transformers-stubs/models/auto/auto_factory.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ from typing_extensions import TypeAlias
77
from transformers.configuration_utils import PretrainedConfig
88
from transformers.tokenization_utils_fast import PreTrainedTokenizerFast
99

10+
from .configuration_auto import AutoConfig as AutoConfig
11+
1012
_LazyAutoMappingValue: TypeAlias = tuple[
1113
# Tokenizers will depend on packages installed, too much variance and there are no common base or Protocol
1214
type[Any | None],

0 commit comments

Comments
 (0)