Skip to content

Commit

Permalink
Remove pt_to_tf (huggingface#35672)
Browse files Browse the repository at this point in the history
* rm command

* remove exception
  • Loading branch information
gante authored Jan 16, 2025
1 parent 80dbbd1 commit aaa969e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 140 deletions.
137 changes: 0 additions & 137 deletions src/transformers/commands/pt_to_tf.py

This file was deleted.

2 changes: 0 additions & 2 deletions src/transformers/commands/transformers_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
from .download import DownloadCommand
from .env import EnvironmentCommand
from .lfs import LfsCommands
from .pt_to_tf import PTtoTFCommand
from .run import RunCommand
from .serving import ServeCommand
from .user import UserCommands
Expand All @@ -39,7 +38,6 @@ def main():
UserCommands.register_subcommand(commands_parser)
AddNewModelLikeCommand.register_subcommand(commands_parser)
LfsCommands.register_subcommand(commands_parser)
PTtoTFCommand.register_subcommand(commands_parser)

# Let's go
args = parser.parse_args()
Expand Down
1 change: 0 additions & 1 deletion utils/not_doctested.txt
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,6 @@ src/transformers/commands/convert.py
src/transformers/commands/download.py
src/transformers/commands/env.py
src/transformers/commands/lfs.py
src/transformers/commands/pt_to_tf.py
src/transformers/commands/run.py
src/transformers/commands/serving.py
src/transformers/commands/train.py
Expand Down

0 comments on commit aaa969e

Please sign in to comment.