From: Xuan-Son Nguyen Date: Mon, 22 Dec 2025 11:22:01 +0000 (+0100) Subject: server: (docs) remove mention about extra_args (#18262) X-Git-Tag: upstream/0.0.7599~95 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=86af848153294b65442f7bddfa3d24baa5cb0c81;p=pkg%2Fggml%2Fsources%2Fllama.cpp server: (docs) remove mention about extra_args (#18262) --- diff --git a/tools/server/README.md b/tools/server/README.md index 71f1d477..29ce2546 100644 --- a/tools/server/README.md +++ b/tools/server/README.md @@ -1567,7 +1567,6 @@ Load a model Payload: - `model`: name of the model to be loaded. -- `extra_args`: (optional) an array of additional arguments to be passed to the model instance. Note: you must start the server with `--models-allow-extra-args` to enable this feature. ```json {