-
Notifications
You must be signed in to change notification settings - Fork 606
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
iOSCalendarAssistantWithLocalInf example missing frameworks + other build errors #161
Comments
After getting past the above issue, I'm hitting another build issue:
when trying to build the Were there some recent changes that broke the compatibility between llama-stack-client-swift and the llama-stack LocalInferenceImpl code? I noticed this change which seems to remove Let me know if I should file a separate issue for this, since it's a bit tangential to the original issue. |
@tleyden Yes there're quite some API spec changes in Llama Stack 0.1 causing the update of the iOS Swift SDK, and we have updated the remote inference part but not the local inference yet. If you could create a quick PR to fix the local inference issue (maybe cf the remote inference changes in the SDK and demos) that'd be great, or we'll be working on a fix in the next couple of days. |
@jeffxtang Ok thanks for the heads up. It's not blocking me right now, so if you're planning to fix I'll just wait until you get to it. |
@tleyden - thanks for your patience. Just got the iOS local inference working. Will need 3 PRs if you can't wait: iOS Swift SDK PR: meta-llama/llama-stack-client-swift#18 Otherwise, will merge later (likely next week) the PRs and add READMEs with clear and quick steps to set up everything and run the demo. |
@jeffxtang Exciting! I'll probably wait until the merge, but thanks for the early preview. |
System Info
Information
🐛 Describe the bug
When I initially opened the xcode project, the LocalInferenceImpl was showing in red because xcode could not find the project.
Error logs
Errors about LLamaRunner and LocalInferenceImpl frameworks not being found
Expected behavior
Expected behavior is that the project should build.
I see a missing link here. I noticed in the github repo, there is a submodule link to the
llama-stack
repo:https://github.com/meta-llama/llama-stack-apps/tree/main/examples/ios_calendar_assistant/iOSCalendarAssistantWithLocalInf
but the instructions don't mention that a recursive checkout is needed.
After running
It now resolves the sub-project:
The text was updated successfully, but these errors were encountered: