mirror of
https://github.com/RYDE-WORK/llama.cpp.git
synced 2026-01-19 21:23:26 +08:00
llama.vim : bump generation time limit to 3s [no ci]
This commit is contained in:
parent
80273a306d
commit
2d3aba9ee8
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user