Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

llama.vim : plugin for Neovim #9787

Merged
merged 42 commits into from
Oct 21, 2024
Merged
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
5aaf247
llama : add infill sampler
ggerganov Oct 9, 2024
0566c69
llama.vim : neovim plugin
ggerganov Oct 9, 2024
0c649c8
llama.vim : fix suffix construction + fix virt text offset
ggerganov Oct 9, 2024
07e7dd4
llama.vim : handle space
ggerganov Oct 9, 2024
9d13e87
llama.vim : add processing info overlay
ggerganov Oct 9, 2024
6e82a03
llama.vim : display realtime [no ci]
ggerganov Oct 9, 2024
26a0c61
llama.vim : allow repeated suggestions [no ci]
ggerganov Oct 9, 2024
7e0b506
llama.vim : reduce scope of ids to local [no ci]
ggerganov Oct 9, 2024
41053f9
llama.vim : simplify init and cancel + auto-fim
ggerganov Oct 10, 2024
c507a65
llama.vim : async
ggerganov Oct 10, 2024
6669b55
llama.vim : set time limit for the generation phase
ggerganov Oct 10, 2024
2e8c350
llama.vim : fix edge cases
ggerganov Oct 10, 2024
4b1bd81
llama : simplify infill sampler
ggerganov Oct 10, 2024
865d9bc
llama : clean-up
ggerganov Oct 11, 2024
c9a46f4
llama.vim : minor [no ci]
ggerganov Oct 11, 2024
5624e91
llama.vim : fix docs [no ci]
ggerganov Oct 11, 2024
491f211
llama : improve infill sampler
ggerganov Oct 11, 2024
4f46e29
llama : print more info about control tokens
ggerganov Oct 13, 2024
b889022
llama.vim : add ring context from opened files and yanked text
ggerganov Oct 13, 2024
27bc11d
llama.vim : update server command [no ci]
ggerganov Oct 13, 2024
f794549
llama.vim : gather chunk on leaving buffer [no ci]
ggerganov Oct 13, 2024
27d53cb
llama.vim : logic to evict old chunks that are similar to new one
ggerganov Oct 13, 2024
d81a0ac
llama.vim : do not evict certain chunks [no ci]
ggerganov Oct 13, 2024
2960510
llama.vim : do not auto-fim when far from the end of the line [no ci]
ggerganov Oct 13, 2024
bc2857b
llama.vim : async context processing
ggerganov Oct 13, 2024
916c2ee
llama : simplify infill sampler
ggerganov Oct 13, 2024
ae76a09
llama.vim : pass filenames for each chunk
ggerganov Oct 13, 2024
9f8fa90
llama.vim : fix repetitions [no ci]
ggerganov Oct 13, 2024
25ecb35
llama.vim : simplify job logic + improve robustness and responsivness
ggerganov Oct 14, 2024
e4be74b
llama.vim : add top_p + improve responsivness + fix edge cases
ggerganov Oct 15, 2024
0c1f51b
llama : improve infill sampler
ggerganov Oct 15, 2024
42a9008
llama.vim : process extra chunks in the background [no ci]
ggerganov Oct 15, 2024
060573f
llama.vim : add comments [no ci]
ggerganov Oct 15, 2024
847c8c0
llama.vim : update infill API params [no ci]
ggerganov Oct 15, 2024
4583aef
llama.vim : final touches
ggerganov Oct 15, 2024
d1b8b21
llama.vim : fix repetitions of existing text
ggerganov Oct 17, 2024
1600d84
llama.vim : complete only whithin the local scope [no ci]
ggerganov Oct 17, 2024
6bb6e6d
llama.vim : display ring capacity [no ci]
ggerganov Oct 18, 2024
fe78c39
llama.vim : fix large chunk accept + comments [no ci]
ggerganov Oct 18, 2024
b8efb07
llama.vim : minor [no ci]
ggerganov Oct 18, 2024
32927e6
llama.vim : remove on-hold code + fixes [no ci]
ggerganov Oct 21, 2024
8fb5154
llama.vim : minor [no ci]
ggerganov Oct 21, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading