model-conversion : remove -fa option in model card template [no ci]

This commit updates the causal model card template and removes the
-fa option as it is no longer required (fa is auto detected).
This commit is contained in:
Daniel Bevenius 2025-12-16 10:57:08 +01:00
parent 279cef27c2
commit 3d20246c0d
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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