From: Daniel Bevenius Date: Tue, 16 Dec 2025 12:25:09 +0000 (+0100) Subject: model-conversion : remove -fa option in model card template [no ci] (#18088) X-Git-Tag: upstream/0.0.7446~11 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=79dbae034afdfaa8e17989ea1b9b20094c8d0a36;p=pkg%2Fggml%2Fsources%2Fllama.cpp model-conversion : remove -fa option in model card template [no ci] (#18088) This commit updates the causal model card template and removes the -fa option as it is no longer required (fa is auto detected). --- diff --git a/examples/model-conversion/scripts/causal/modelcard.template b/examples/model-conversion/scripts/causal/modelcard.template index 87800a1b..cfa8e6b4 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 -fa +llama-server -hf {namespace}/{model_name}-GGUF -c 0 ``` Then, access http://localhost:8080