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

Fix invalid references in log levels #41

Closed samolego closed 8 months ago

samolego commented 8 months ago

Fixes the log level references being invalidated (as talked in #37)

kherud commented 8 months ago

Thanks 👍 I'll create a new release with your fixes soon

samolego commented 8 months ago

Thank you!