mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 02:02:21 +06:00
doc: fix apparent copy-paste error in docstring (#5626)
This commit is contained in:
parent
f867000f56
commit
cd30f98fd2
@ -17,8 +17,8 @@ USE_AMP = False
|
||||
|
||||
def train_command_factory(args: Namespace):
|
||||
"""
|
||||
Factory function used to instantiate serving server from provided command line arguments.
|
||||
:return: ServeCommand
|
||||
Factory function used to instantiate training command from provided command line arguments.
|
||||
:return: TrainCommand
|
||||
"""
|
||||
return TrainCommand(args)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user