mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-08-17 08:01:51 +02:00
talk-llama : sync llama.cpp
ggml-ci
This commit is contained in:
@ -4,6 +4,8 @@
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
#define LLAMA_MAX_PARALLEL_SEQUENCES 64
|
||||
|
||||
struct llama_cparams {
|
||||
uint32_t n_ctx; // context size used during inference
|
||||
uint32_t n_batch;
|
||||
|
Reference in New Issue
Block a user