kherud / java-llama.cpp

Java Bindings for llama.cpp - A Port of Facebook's LLaMA model in C/C++
MIT License
279 stars 28 forks source link

Fixes #38 and another oversight #39

Closed samolego closed 8 months ago

samolego commented 8 months ago

Fixes deleting local reference where it isn't created. Fixes setting a boolean field with SetLongField instead of SetBooleanField