Skip to content

Commit 79dbae0

Browse files
authored
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).
1 parent 7f2b2f3 commit 79dbae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ base_model:
77
Recommended way to run this model:
88

99
```sh
10-
llama-server -hf {namespace}/{model_name}-GGUF -c 0 -fa
10+
llama-server -hf {namespace}/{model_name}-GGUF -c 0
1111
```
1212

1313
Then, access http://localhost:8080

0 commit comments

Comments
 (0)