kherud/java-llama.cpp

What's the model path in android?

Raffa064 opened this issue · 5 comments

What type of path do it needs on setModelFilePath in android? Absolute, Asset relative, ... ?

kherud commented

Hey @samolego can you maybe answer this?

You need absolute path, make sure you have the permissions for external storage if you have it there.

Though llama.cpp now offers an official android example as well, you might want to look at there.

Though llama.cpp now offers an official android example as well, you might want to look at there.

Where do I found it?