Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2d3aba9

Browse files
committed
llama.vim : bump generation time limit to 3s [no ci]
1 parent 80273a3 commit 2d3aba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/llama.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ let s:default_config = {
8181
\ 'n_suffix': 64,
8282
\ 'n_predict': 128,
8383
\ 't_max_prompt_ms': 500,
84-
\ 't_max_predict_ms': 1000,
84+
\ 't_max_predict_ms': 3000,
8585
\ 'show_info': 2,
8686
\ 'auto_fim': v:true,
8787
\ 'max_line_suffix': 8,

0 commit comments

Comments
 (0)