server : increase context size for the tests
ggml-ci
This commit is contained in:
parent
f9971ef2e1
commit
879ba82777
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ class ServerPreset:
|
|||
server.model_hf_repo = "ggml-org/models"
|
||||
server.model_hf_file = "tinyllamas/stories260K.gguf"
|
||||
server.model_alias = "tinyllama-2"
|
||||
server.n_ctx = 256
|
||||
server.n_ctx = 512
|
||||
server.n_batch = 32
|
||||
server.n_slots = 2
|
||||
server.n_predict = 64
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue