server : increase context size for the tests

ggml-ci
This commit is contained in:
Georgi Gerganov 2025-02-10 15:00:02 +02:00
parent f9971ef2e1
commit 879ba82777
No known key found for this signature in database
GPG key ID: 449E073F9DC10735

View file

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