Skip to content

Commit b0990da

Browse files
committed
Mengwei pr rev
1 parent 01ed13c commit b0990da

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

examples/models/llama/runner/eager.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ def build_args_parser() -> argparse.ArgumentParser:
7979
"--tokenizer_config_path",
8080
type=str,
8181
default=None,
82+
help="Path to an accompanying tokenizer_config.json, which provides metadata for the main tokenizer.json",
8283
)
8384

8485
return parser

examples/models/llama/runner/native.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ def build_args_parser() -> argparse.ArgumentParser:
9898
"--tokenizer_config",
9999
type=str,
100100
default=None,
101+
help="Path to an accompanying tokenizer_config.json, which provides metadata for the main tokenizer.json",
101102
)
102103

103104
parser.add_argument(

0 commit comments

Comments
 (0)