d-kls
d-kls
I did run into this as well. For anyone looking at this in the future: Make sure your `RouterHead` component uses f.ex. `head.title` from the `useDocumentHead` hook.
I'm having the same issue. Your comment makes sense and i can confirm my emulator on my windows PC is configured to run with the system image x86_64. The other...
Yes when you set up an emulator you have to choose a system image. There I had to choose some Android API with x86_64 (since arm64-v8a doesn't work). I assume...
@BrutalCoding Now when im trying to build i get the following error (user specific paths replaced with \): ``` Execution failed for task ':aub_ai:configureCMakeRelWithDebInfo[arm64-v8a]'. error when building with cmake using...
@BrutalCoding Yes i did notice that too. However it seems that you have a specific ndk version (23.1.7779620) specified, which does not allow me to up the ndk. It seems...
@BrutalCoding could you provide the shared object file `libllama.so` compiled for EM_X86_64? The one in your repo seems to be for AARCH_64?
@BrutalCoding This is indeed the one i have been using. As i mentioned i was using the one from your repo for x86_64. But when i use yours, it throws...
@BrutalCoding Ok i have built the correct `libllama.so` and `libggml-shared.so` by myself. It now successfully opens the Dynamic Library. However i now get a segfault (i believe) and the app...
@BrutalCoding Ok awesome it seems to have been a bindings issue. I don't get a segfault anymore when calling default params. Thanks for updating. Right now im using your released...
@BrutalCoding Yeah that's completely reasonable. When i opt to load it from the file picker (which is fine for a demo, i think the other option is more sustainable) then...