MCPcopy Create free account
hub / github.com/PaddlePaddle/FastDeploy / parse_args

Function parse_args

fastdeploy/entrypoints/openai/run_batch.py:103–106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

101
102
103def parse_args():
104 parser = FlexibleArgumentParser(description="FastDeploy OpenAI-Compatible batch runner.")
105 args = make_arg_parser(parser).parse_args()
106 return args
107
108
109def init_engine(args: argparse.Namespace):

Callers 2

test_parse_argsMethod · 0.90
run_batch.pyFile · 0.70

Calls 3

parse_argsMethod · 0.80
make_arg_parserFunction · 0.70

Tested by 1

test_parse_argsMethod · 0.72