mirror of
https://github.com/huggingface/transformers.git
synced 2025-08-01 18:51:14 +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):
|
def train_command_factory(args: Namespace):
|
||||||
"""
|
"""
|
||||||
Factory function used to instantiate serving server from provided command line arguments.
|
Factory function used to instantiate training command from provided command line arguments.
|
||||||
:return: ServeCommand
|
:return: TrainCommand
|
||||||
"""
|
"""
|
||||||
return TrainCommand(args)
|
return TrainCommand(args)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user