common : fix duplicated file name with hf_repo and hf_file (#10550)
This commit is contained in:
parent
3ad5451f3b
commit
9f912511bc
4 changed files with 43 additions and 31 deletions
|
@ -319,7 +319,6 @@ class ServerPreset:
|
|||
server.model_hf_repo = "ggml-org/models"
|
||||
server.model_hf_file = "jina-reranker-v1-tiny-en/ggml-model-f16.gguf"
|
||||
server.model_alias = "jina-reranker"
|
||||
server.model_file = "./tmp/jina-reranker-v1-tiny-en.gguf"
|
||||
server.n_ctx = 512
|
||||
server.n_batch = 512
|
||||
server.n_slots = 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue