Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
5664327c
"vscode:/vscode.git/clone" did not exist on "3bf3f9596fe58b244ceed9e4a8d454e9717b8ea2"
Commit
5664327c
authored
Dec 19, 2019
by
Morgan Funtowicz
Browse files
Hide train command for now.
parent
3b29322d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
transformers-cli
transformers-cli
+0
-2
No files found.
transformers-cli
View file @
5664327c
...
@@ -5,7 +5,6 @@ from transformers.commands.download import DownloadCommand
...
@@ -5,7 +5,6 @@ from transformers.commands.download import DownloadCommand
from
transformers.commands.run
import
RunCommand
from
transformers.commands.run
import
RunCommand
from
transformers.commands.serving
import
ServeCommand
from
transformers.commands.serving
import
ServeCommand
from
transformers.commands.user
import
UserCommands
from
transformers.commands.user
import
UserCommands
from
transformers.commands.train
import
TrainCommand
from
transformers.commands.convert
import
ConvertCommand
from
transformers.commands.convert
import
ConvertCommand
if
__name__
==
'__main__'
:
if
__name__
==
'__main__'
:
...
@@ -17,7 +16,6 @@ if __name__ == '__main__':
...
@@ -17,7 +16,6 @@ if __name__ == '__main__':
DownloadCommand
.
register_subcommand
(
commands_parser
)
DownloadCommand
.
register_subcommand
(
commands_parser
)
RunCommand
.
register_subcommand
(
commands_parser
)
RunCommand
.
register_subcommand
(
commands_parser
)
ServeCommand
.
register_subcommand
(
commands_parser
)
ServeCommand
.
register_subcommand
(
commands_parser
)
TrainCommand
.
register_subcommand
(
commands_parser
)
UserCommands
.
register_subcommand
(
commands_parser
)
UserCommands
.
register_subcommand
(
commands_parser
)
# Let's go
# Let's go
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment