You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building ggml with a self-built ROCm sdk results in the build failing, probably due to a different folder structure.
I've solved a similar issue on the Makefile of llama.cpp by allowing the compiler to look in another directory for the required files (ggerganov/llama.cpp@30e238b), but the CMakeFile seems to work differently and I'm unable to find a way to fix it.
The text was updated successfully, but these errors were encountered:
Building ggml with a self-built ROCm sdk results in the build failing, probably due to a different folder structure.
I've solved a similar issue on the Makefile of llama.cpp by allowing the compiler to look in another directory for the required files (ggerganov/llama.cpp@30e238b), but the CMakeFile seems to work differently and I'm unable to find a way to fix it.
The text was updated successfully, but these errors were encountered: