File tree Expand file tree Collapse file tree 4 files changed +0
-429
lines changed
src/transformers/commands Expand file tree Collapse file tree 4 files changed +0
-429
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 21
21
from .convert import ConvertCommand
22
22
from .download import DownloadCommand
23
23
from .env import EnvironmentCommand
24
- from .lfs import LfsCommands
25
24
from .run import RunCommand
26
25
from .serving import ServeCommand
27
- from .user import UserCommands
28
26
29
27
30
28
def main ():
@@ -38,9 +36,7 @@ def main():
38
36
EnvironmentCommand .register_subcommand (commands_parser )
39
37
RunCommand .register_subcommand (commands_parser )
40
38
ServeCommand .register_subcommand (commands_parser )
41
- UserCommands .register_subcommand (commands_parser )
42
39
AddNewModelLikeCommand .register_subcommand (commands_parser )
43
- LfsCommands .register_subcommand (commands_parser )
44
40
AddFastImageProcessorCommand .register_subcommand (commands_parser )
45
41
46
42
# Let's go
You can’t perform that action at this time.
0 commit comments