-
ggml_opencl: plaform IDs not available. build in wsl-ubuntu24.04 mkdir build-android && cd build-android cmake .. -G Ninja ninja ~/llama.cpp $ ./llama-clisg --version ggml_opencl: plaform IDs not available. How can i enable vulkan or opencl |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
This means that OpenCL is not setup in your Termux environment. |
Beta Was this translation helpful? Give feedback.
-
In fact, I have enabled opencl. |
Beta Was this translation helpful? Give feedback.
In fact, I have enabled opencl.
LD_LIBRARY_PATH=/vendor/lib64:$PREFIX/lib
I need to set PATH to make llama.cpp use the system driver.