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 android library loading #42

Closed samolego closed 8 months ago

samolego commented 8 months ago

This essentially closes #37

samolego commented 8 months ago

Oh, if you want, I can also add instructions to README for including in android project

kherud commented 8 months ago

Oh, if you want, I can also add instructions to README for including in android project

Good idea, I will create a new release after

samolego commented 8 months ago

I'm sorry, I messed up a bit the gradle part:

  workingDir = file("libs/java-llama.cpp/")

should be

  workingDir = file("java-llama.cpp/")