Answered by
omz
Mar 11, 2025
Replies: 5 comments 4 replies
|
@oscampo Did the download finish successfully? Could you run this in the console, to see if the model file is where it's expected? |
1 reply
|
Hmm, not sure why this doesn't work for you. Can you load the model like this? import llama_cpp
llm = llama_cpp.Llama('Llama-3.2-3B-Instruct-Q4_K_M.gguf')
llm |
1 reply
|
Okay, thanks! It looks like the llama_cpp library can't be loaded, not quite sure why right now... Does this work for anyone else? |
1 reply
|
Okay, now that I've installed it directly from TestFlight, I can reproduce the issue. Looking into it. |
0 replies
|
This should be fixed in build 7, which is on TestFlight now, could you try that? |
1 reply
Answer selected by
oscampo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



This should be fixed in build 7, which is on TestFlight now, could you try that?