Add comment line support to --api-key-file#23168
Conversation
|
Hi @kucharskim, thanks for your contribution! Per our contribution guidelines, the automated PR checker found the following issue(s) that need your attention:
Please note that maintainers reserve the right to make final decisions on PRs. If you believe there is a mistake, please comment below. |
ec9967c to
7e65ae4
Compare
7e65ae4 to
6977ca8
Compare
|
If you support only one pull request per person, then I would like first #23167 to be reviewed. This one can wait. |
6977ca8 to
359b6ea
Compare
|
This is ready for review. |
| | `--rerank, --reranking` | enable reranking endpoint on server (default: disabled)<br/>(env: LLAMA_ARG_RERANKING) | | ||
| | `--api-key KEY` | API key to use for authentication, multiple keys can be provided as a comma-separated list (default: none)<br/>(env: LLAMA_API_KEY) | | ||
| | `--api-key-file FNAME` | path to file containing API keys, one per line (default: none)<br/>(env: LLAMA_ARG_API_KEY_FILE) | | ||
| | `--api-key-file FNAME` | path to file containing API keys, one per line; lines starting with a hash are treated as comments (default: none)<br/>(env: LLAMA_ARG_API_KEY_FILE) | |
There was a problem hiding this comment.
this table is autogenerated, do not edit it directly
There was a problem hiding this comment.
Hm. Can you give me quick pointer how to regenerate it and where is the source of truth for this table?
There was a problem hiding this comment.
I edited it by hand, but I found the source of truth for the table. I hope it's okay as is.
359b6ea to
3f5d5d3
Compare
3f5d5d3 to
097e7cf
Compare
|
Resolve conflicts. |
Absorbs PRs ggml-org#24821 ggml-org#24796 ggml-org#24779 ggml-org#24817 ggml-org#23168 ggml-org#24787 ggml-org#24801 ggml-org#24794 ggml-webgpu F16 toggles, server router/agent refactor, cpp-httplib 0.48.0, utf8 windows fix, docker UI build. No conflicts with our custom backends.
Addresses: