Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in Llama demo ios-app #4038

Open
a-kush opened this issue Jun 22, 2024 · 1 comment
Open

Error in Llama demo ios-app #4038

a-kush opened this issue Jun 22, 2024 · 1 comment
Assignees
Labels
iOS iOS related build and execution issues triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module

Comments

@a-kush
Copy link

a-kush commented Jun 22, 2024

Following guide from here I managed to convert small 110B model into .pte format (model successfully answers prompts in command line) and run demo iOS app from tutorial. Yet it fails after passing any prompt with next error:

F 00:00:48.48627393202000000 executorch:base64.h:61] In function validate(), assert failed (v != 255): invalid char
F 00:00:48.627393 executorch:base64.h:61] In function validate(), assert failed (v != 255): invalid char

I am running code on main branch. Using any other branches like release/0.2 lead to xCode errors:
checksum of downloladed artifact doesn't match manifest

Found someone having same issue in #3772 (comment)

@a-kush a-kush changed the title Error in llama demo ios-app Error in Llama demo ios-app Jun 22, 2024
@mergennachin mergennachin added iOS iOS related build and execution issues triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module labels Jun 24, 2024
@ErisMik
Copy link

ErisMik commented Jun 28, 2024

Hi, I am seeing this issue as well. I ran into XCode issues trying to run any other branch, so I had to use main to build and run the app. In this instance however, I was trying to use the full Llama 2 7B model (following the same guide).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
iOS iOS related build and execution issues triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
Projects
None yet
Development

No branches or pull requests

5 participants