Skip to content

Commit e4226d2

Browse files
committed
llama.vim : minor [no ci]
1 parent 491c04a commit e4226d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/llama.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ function! s:fim_on_stdout(job_id, data, event) dict
325325
" prefix the info string with whitespace in order to offset it to the right of the fim overlay
326326
let l:prefix = repeat(' ', len(s:content[0]) - len(s:line_cur_suffix) + 3)
327327

328-
let l:info = printf("%s | prompt: %d (%.2f ms, %.2f t/s) | predict: %d (%.2f ms, %.2f t/s) | total: %f.2 ms",
328+
let l:info = printf("%s | prompt: %d (%.2f ms, %.2f t/s) | predict: %d (%.2f ms, %.2f t/s) | total: %.2f ms",
329329
\ l:prefix,
330330
\ l:n_prompt, l:t_prompt_ms, l:s_prompt,
331331
\ l:n_predict, l:t_predict_ms, l:s_predict,

0 commit comments

Comments
 (0)