mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-01-01 03:28:57 +01:00
talk-llama : increase context to 2048
This commit is contained in:
parent
ea36831459
commit
114df388fe
@ -239,7 +239,7 @@ int main(int argc, char ** argv) {
|
|||||||
auto lparams = llama_context_default_params();
|
auto lparams = llama_context_default_params();
|
||||||
|
|
||||||
// tune these to your liking
|
// tune these to your liking
|
||||||
lparams.n_ctx = 512;
|
lparams.n_ctx = 2048;
|
||||||
lparams.seed = 1;
|
lparams.seed = 1;
|
||||||
lparams.f16_kv = true;
|
lparams.f16_kv = true;
|
||||||
lparams.n_parts = params.n_parts_llama;
|
lparams.n_parts = params.n_parts_llama;
|
||||||
|
Loading…
Reference in New Issue
Block a user