From 20ca2e12c40bb1b17b22b8acef22bf559a6f91c3 Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Tue, 13 Jan 2026 14:13:10 +0100 Subject: [PATCH] model-conversion : remove -c 0 from model card template [no ci] (#18807) This commit removes the `-c, --ctx-size N` from the llama-server command in the model card template for causal models. The motivation for this is that -c 0 is the default and specifying it is redundant. --- examples/model-conversion/scripts/causal/modelcard.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/model-conversion/scripts/causal/modelcard.template b/examples/model-conversion/scripts/causal/modelcard.template index cfa8e6b433..a045950324 100644 --- a/examples/model-conversion/scripts/causal/modelcard.template +++ b/examples/model-conversion/scripts/causal/modelcard.template @@ -7,7 +7,7 @@ base_model: Recommended way to run this model: ```sh -llama-server -hf {namespace}/{model_name}-GGUF -c 0 +llama-server -hf {namespace}/{model_name}-GGUF ``` Then, access http://localhost:8080