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 68aca88 commit fa9dd37Copy full SHA for fa9dd37
src/transformers/commands/add_new_model_like.py
@@ -27,8 +27,6 @@
27
28
import yaml
29
30
-from . import BaseTransformersCLICommand
31
-from .add_fast_image_processor import add_fast_image_processor
32
from ..models import auto as auto_module
33
from ..models.auto.configuration_auto import model_type_to_module_name
34
from ..utils import (
@@ -37,6 +35,9 @@
37
35
is_torch_available,
38
36
logging,
39
)
+from . import BaseTransformersCLICommand
+from .add_fast_image_processor import add_fast_image_processor
40
+
41
42
logger = logging.get_logger(__name__) # pylint: disable=invalid-name
43
0 commit comments