Can't build llamacpp witih Vulkan in meson #16879
Unanswered
lunarlattice0
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I'm having some trouble building Vulkan on llamacpp on meson. I have embedded LlamaCpp as a subproject in my meson project, but it seems that compiling Vulkan components causes the configuration passed by meson to be malformed. Curiously, it seems to build the wrong target. Since this isn't really the traditional way to build llama.cpp, I don't want to open a bug report about it just yet.
My meson cmake defines are:
and I get the error:
I am building llamacpp in an Arch Linux container.
Beta Was this translation helpful? Give feedback.
All reactions