13 lines
443 B
Plaintext
13 lines
443 B
Plaintext
Unknown option: 2
|
|
Usage: llama-template-analysis [options]
|
|
|
|
Options:
|
|
--template <name> Analyze specific template from test suite (e.g., 'deepseek' or 'DeepSeek-V3.1')
|
|
--template-file <path> Analyze custom template file
|
|
--all Analyze all templates from test suite
|
|
|
|
Examples:
|
|
llama-template-analysis --all
|
|
llama-template-analysis --template deepseek
|
|
llama-template-analysis --template-file my-template.jinja
|