rename n_ctx to kv_size

This commit is contained in:
Pierrick HYMBERT 2024-02-18 20:59:26 +01:00 committed by Georgi Gerganov
parent ef96e8b1f7
commit 606873401c
No known key found for this signature in database
GPG key ID: 449E073F9DC10735
48 changed files with 403 additions and 393 deletions

View file

@ -7,7 +7,7 @@ The example demonstrates batched generation from a given prompt
...
main: n_len = 32, n_ctx = 2048, n_parallel = 4, n_kv_req = 113
main: n_len = 32, kv_size = 2048, n_parallel = 4, n_kv_req = 113
Hello my name is