Browse Source

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.
Daniel Bevenius 2 weeks ago
parent
commit
20ca2e12c4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/model-conversion/scripts/causal/modelcard.template

+ 1 - 1
examples/model-conversion/scripts/causal/modelcard.template

@@ -7,7 +7,7 @@ base_model:
 Recommended way to run this model:
 Recommended way to run this model:
 
 
 ```sh
 ```sh
-llama-server -hf {namespace}/{model_name}-GGUF -c 0
+llama-server -hf {namespace}/{model_name}-GGUF
 ```
 ```
 
 
 Then, access http://localhost:8080
 Then, access http://localhost:8080