Skip to content

Commit 8a2f062

Browse files
authored
[commands] remove deprecated/inoperational commands (#35718)
rm deprecated/inoperational commands
1 parent 8fc6ecb commit 8a2f062

File tree

4 files changed

+0
-429
lines changed

4 files changed

+0
-429
lines changed

src/transformers/commands/lfs.py

Lines changed: 0 additions & 226 deletions
This file was deleted.

src/transformers/commands/transformers_cli.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,8 @@
2121
from .convert import ConvertCommand
2222
from .download import DownloadCommand
2323
from .env import EnvironmentCommand
24-
from .lfs import LfsCommands
2524
from .run import RunCommand
2625
from .serving import ServeCommand
27-
from .user import UserCommands
2826

2927

3028
def main():
@@ -38,9 +36,7 @@ def main():
3836
EnvironmentCommand.register_subcommand(commands_parser)
3937
RunCommand.register_subcommand(commands_parser)
4038
ServeCommand.register_subcommand(commands_parser)
41-
UserCommands.register_subcommand(commands_parser)
4239
AddNewModelLikeCommand.register_subcommand(commands_parser)
43-
LfsCommands.register_subcommand(commands_parser)
4440
AddFastImageProcessorCommand.register_subcommand(commands_parser)
4541

4642
# Let's go

0 commit comments

Comments
 (0)