Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaddlePaddle/FastDeploy
/ cmd
Method
cmd
fastdeploy/entrypoints/cli/tokenizer.py:38–39 ·
view source on GitHub ↗
(args: argparse.Namespace)
Source
from the content-addressed store, hash-verified
36
37
@staticmethod
38
def
cmd(args: argparse.Namespace) -> None:
39
main(args)
40
41
def
subparser_init(self, subparsers: argparse._SubParsersAction) -> FlexibleArgumentParser:
42
tokenizer_parser = subparsers.add_parser(
Callers
1
test_cmd_method
Method · 0.95
Calls
1
main
Function · 0.70
Tested by
1
test_cmd_method
Method · 0.76