mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-04 16:22:57 +08:00
[Feature] add config api (#4254)
This commit is contained in:
@@ -73,7 +73,7 @@ class ServeSubcommand(CLISubcommand):
|
||||
name=self.name,
|
||||
help="Start the FastDeploy OpenAI Compatible API server.",
|
||||
description="Start the FastDeploy OpenAI Compatible API server.",
|
||||
usage="fastdeploy serve [model_tag] [options]",
|
||||
usage="fastdeploy serve [options]",
|
||||
)
|
||||
serve_parser = make_arg_parser(serve_parser)
|
||||
serve_parser.add_argument("--config", help="Read CLI options from a config file. Must be a YAML file")
|
||||
|
Reference in New Issue
Block a user