We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 935898b commit 23af7faCopy full SHA for 23af7fa
stubs/transformers-stubs/models/auto/auto_factory.pyi
@@ -7,6 +7,8 @@ from typing_extensions import TypeAlias
7
from transformers.configuration_utils import PretrainedConfig
8
from transformers.tokenization_utils_fast import PreTrainedTokenizerFast
9
10
+from .configuration_auto import AutoConfig as AutoConfig
11
+
12
_LazyAutoMappingValue: TypeAlias = tuple[
13
# Tokenizers will depend on packages installed, too much variance and there are no common base or Protocol
14
type[Any | None],
0 commit comments