]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
llama.vim : bump generation time limit to 3s [no ci]
authorGeorgi Gerganov <redacted>
Wed, 23 Oct 2024 14:16:56 +0000 (17:16 +0300)
committerGeorgi Gerganov <redacted>
Wed, 23 Oct 2024 14:16:56 +0000 (17:16 +0300)
examples/llama.vim

index 4bc26d4e9361f46a4d1b9ce32c0232daa32d10f2..57eb2a9772d51db960b9e4f739ba61c4d63c8ee5 100644 (file)
@@ -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,