Skip to content

Releases: JoanFM/llama.cpp

b3897

08 Oct 10:13
fa42aa6
Compare
Choose a tag to compare
scripts : fix spelling typo in messages and comments (#9782)

Signed-off-by: Masanari Iida <standby24x7@gmail.com>

b3466

26 Jul 08:06
01aec4a
Compare
Choose a tag to compare
server : add Speech Recognition & Synthesis to UI (#8679)

* server : add Speech Recognition & Synthesis to UI

* server : add Speech Recognition & Synthesis to UI (fixes)

b3341

08 Jul 08:13
6f0dbf6
Compare
Choose a tag to compare
infill : assert prefix/suffix tokens + remove old space logic (#8351)

b3132

11 Jun 17:07
6fe42d0
Compare
Choose a tag to compare
github: move PR template to .github/ root (#7868)

b3083

04 Jun 16:06
adc9ff3
Compare
Choose a tag to compare
llama-bench : allow using a different printer for stderr with -oe (#7…

b3057

31 May 13:53
16926df
Compare
Choose a tag to compare
readme : link homebrew discussion

b3024

28 May 18:09
2b737ca
Compare
Choose a tag to compare
rpc : resource management rework (#7562)

* rpc : resource management rework

* address review comments