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
After pulling the latest llama.swiftui from the /examples directory and testing it on iPhone XR (IOS 17) and iPhone 12 (IOS 18), the llama_tokenize (line 300) evokes a non-existing address pointer error after the model was successfully loaded, and a prompt was sent with the respective implemented command.
Is it a performance issue? It seems like the app should run on iPhone 15 (as per video evidence provided in the docs); However, I believe there is more than enough VRAM available at the time of execution since I used the tinyllama-1.1b-1t-openorca.Q4_0 and the error seems to be due to something else.
Nevertheless, I would appreciate any help with this.
Select all .dylib files from the newly created build directory. Open Xcode, and put them all under the Frameworks folder. In General > Frameworks, Libraries and Embedded Content, make sure all of them are flagged as Embedded & Sign
Build for your physical machine and download the lightest model. After sending a prompt, the error quickly causes the application to pause.
The text was updated successfully, but these errors were encountered:
After pulling the latest llama.swiftui from the
/examples
directory and testing it on iPhone XR (IOS 17) and iPhone 12 (IOS 18), the llama_tokenize (line 300) evokes a non-existing address pointer error after the model was successfully loaded, and a prompt was sent with the respective implemented command.Is it a performance issue? It seems like the app should run on iPhone 15 (as per video evidence provided in the docs); However, I believe there is more than enough VRAM available at the time of execution since I used the tinyllama-1.1b-1t-openorca.Q4_0 and the error seems to be due to something else.
Nevertheless, I would appreciate any help with this.
Problem description & steps to reproduce
Compile the library first:
Select all
.dylib
files from the newly created build directory. Open Xcode, and put them all under the Frameworks folder. InGeneral > Frameworks, Libraries and Embedded Content,
make sure all of them are flagged as Embedded & SignBuild for your physical machine and download the lightest model. After sending a prompt, the error quickly causes the application to pause.
The text was updated successfully, but these errors were encountered: