소스 검색

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).
Daniel Bevenius 1 개월 전
부모
커밋
79dbae034a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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:
 
 ```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