utilityai / llama-cpp-rs

132 stars 42 forks source link

add bindings for lora and encode #439

Closed cyanic-selkie closed 1 month ago

cyanic-selkie commented 1 month ago

I made an issue at #438, however, since the changes were trivial I made this PR - it supports everything I need, but maybe it's a good idea to add bindings for some other related functionalities as well. Also, I added bindings for lora functionalities as well as the encode functionality.

MarcusDunn commented 1 month ago

Thanks for the changes! Looks good to me