We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01ed13c commit 237ebcbCopy full SHA for 237ebcb
examples/models/llama/runner/eager.py
@@ -79,6 +79,7 @@ def build_args_parser() -> argparse.ArgumentParser:
79
"--tokenizer_config_path",
80
type=str,
81
default=None,
82
+ help="Path to an accompanying tokenizer_config.json to the tokenizer.json"
83
)
84
85
return parser
0 commit comments