Skip to content

Commit 879ba82

Browse files
committed
server : increase context size for the tests
ggml-ci
1 parent f9971ef commit 879ba82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/server/tests/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ def tinyllama2() -> ServerProcess:
280280
server.model_hf_repo = "ggml-org/models"
281281
server.model_hf_file = "tinyllamas/stories260K.gguf"
282282
server.model_alias = "tinyllama-2"
283-
server.n_ctx = 256
283+
server.n_ctx = 512
284284
server.n_batch = 32
285285
server.n_slots = 2
286286
server.n_predict = 64

0 commit comments

Comments
 (0)