-
|
Beta Was this translation helpful? Give feedback.
Answered by
LostRuins
Sep 1, 2023
Replies: 1 comment
-
Did you modify or replace any files when building the project? It's not detecting GGUF at all, so either this is an older version of the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Weroxig
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Did you modify or replace any files when building the project? It's not detecting GGUF at all, so either this is an older version of the
koboldcpp_cublas.so
file or there is a problem with the gguf model. Can you make sure you've rebuilt for culbas from scratch by doing amake clean
followed by amake LLAMA_CUBLAS=1
from the latest repo?