From: Georgi Gerganov Date: Wed, 23 Oct 2024 14:16:56 +0000 (+0300) Subject: llama.vim : bump generation time limit to 3s [no ci] X-Git-Tag: upstream/0.0.4488~519 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=2d3aba9ee8da9c026d54e8a912a1d64f56809be3;p=pkg%2Fggml%2Fsources%2Fllama.cpp llama.vim : bump generation time limit to 3s [no ci] --- diff --git a/examples/llama.vim b/examples/llama.vim index 4bc26d4e..57eb2a97 100644 --- a/examples/llama.vim +++ b/examples/llama.vim @@ -81,7 +81,7 @@ let s:default_config = { \ 'n_suffix': 64, \ 'n_predict': 128, \ 't_max_prompt_ms': 500, - \ 't_max_predict_ms': 1000, + \ 't_max_predict_ms': 3000, \ 'show_info': 2, \ 'auto_fim': v:true, \ 'max_line_suffix': 8,