Просмотр исходного кода

llama.vim : bump generation time limit to 3s [no ci]

Georgi Gerganov 1 год назад
Родитель
Сommit
2d3aba9ee8
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      examples/llama.vim

+ 1 - 1
examples/llama.vim

@@ -81,7 +81,7 @@ let s:default_config = {
     \ 'n_suffix':         64,
     \ 'n_suffix':         64,
     \ 'n_predict':        128,
     \ 'n_predict':        128,
     \ 't_max_prompt_ms':  500,
     \ 't_max_prompt_ms':  500,
-    \ 't_max_predict_ms': 1000,
+    \ 't_max_predict_ms': 3000,
     \ 'show_info':        2,
     \ 'show_info':        2,
     \ 'auto_fim':         v:true,
     \ 'auto_fim':         v:true,
     \ 'max_line_suffix':  8,
     \ 'max_line_suffix':  8,