how are we handling the local model loading process for .gguf files in iOS #83
Unanswered
shimjunho
asked this question in
Challenges and Help
Replies: 2 comments 6 replies
-
@shimjunho Thank you for reaching out! Can you please follow the following steps to help us help you:
|
Beta Was this translation helpful? Give feedback.
6 replies
-
Hello! I am same team with shimjunho. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What Stanford Spezi module is your challenge related to?
Spezi
Description
Hello developer,
I hope you are doing well. I found your repository at StanfordSpezi/SpeziLLM and have been following the instructions for using SpeziLLM to load local LLM models in an iOS application.
However, I keep encountering an error:
SpeziLLMLocal: Local LLM file could not be opened, indicating that the model file doesn't exist
This happens even though the model file appears to be recognized correctly (its file size is reported). The model initially loads without error, but as soon as I attempt to generate a response, I get a “LLM file not found” error at runtime.
Could you please share how you are handling the local model loading process for .gguf files in iOS? Do you have any specific path configuration or other steps inside the MLX/SpeziLLMLocal pipeline that I should know about beyond placing the .gguf file in the Documents directory and setting up LLMLocalSchema?
Thank you in advance for any guidance. I appreciate your time!
Best regards, korean student(01H-W-H10)
Reproduction
.gguf
model file inside theDocuments
directory of the iOS application.Expected behavior
.gguf
file correctly after detecting it.Additional context
.gguf
model file is placed in theDocuments
directory, as suggested in the documentation.Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions