cparams : rename LLAMA_MAX_PARALLEL_SEQUENCES to LLAMA_MAX_SEQ (#14188)

ggml-ci
This commit is contained in:
Georgi Gerganov 2025-06-15 10:08:58 +03:00 committed by GitHub
parent b9912ac570
commit c311ac664d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 29 additions and 30 deletions

View file

@ -4,8 +4,7 @@
#include <cstdint>
// TODO: rename to something shorter
#define LLAMA_MAX_PARALLEL_SEQUENCES 64
#define LLAMA_MAX_SEQ 64
struct llama_cparams {
uint32_t n_ctx; // context size used during inference