Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
103
def
parse_args():
104
parser = FlexibleArgumentParser(description=
"FastDeploy OpenAI-Compatible batch runner."
)
105
args = make_arg_parser(parser).parse_args()
106
return
args
107
108
109
def
init_engine(args: argparse.Namespace):
Callers
2
test_parse_args
Method · 0.90
run_batch.py
File · 0.70
Calls
3
FlexibleArgumentParser
Class · 0.90
parse_args
Method · 0.80
make_arg_parser
Function · 0.70
Tested by
1
test_parse_args
Method · 0.72