cparams : rename LLAMA_MAX_PARALLEL_SEQUENCES to LLAMA_MAX_SEQ (#14188)
ggml-ci
This commit is contained in:
parent
b9912ac570
commit
c311ac664d
6 changed files with 29 additions and 30 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue