mirror of
https://github.com/ggerganov/llama.cpp
synced 2026-03-05 06:39:29 +01:00
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.
14 lines
185 B
Plaintext
14 lines
185 B
Plaintext
---
|
|
base_model:
|
|
- {base_model}
|
|
---
|
|
# {model_name} GGUF
|
|
|
|
Recommended way to run this model:
|
|
|
|
```sh
|
|
llama-server -hf {namespace}/{model_name}-GGUF
|
|
```
|
|
|
|
Then, access http://localhost:8080
|