From 86af848153294b65442f7bddfa3d24baa5cb0c81 Mon Sep 17 00:00:00 2001 From: Xuan-Son Nguyen Date: Mon, 22 Dec 2025 12:22:01 +0100 Subject: [PATCH] server: (docs) remove mention about extra_args (#18262) --- tools/server/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/server/README.md b/tools/server/README.md index 71f1d4777..29ce25465 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 {