You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `rope_scaling_type` and `yarn_*` server settings had no `description=`,
so they rendered blank in `python -m llama_cpp.server --help` and in the
auto-generated server settings reference (cli.py forwards `field.description`
to argparse `help=`). Fill in accurate descriptions.
Addresses #635
0 commit comments