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

Update iOS LLM Application #505

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft

Conversation

vraspar
Copy link
Contributor

@vraspar vraspar commented Dec 18, 2024

  • Update App to use new GenAI API
  • Add ability to select model path from app to allow using multiple models in single build

@vraspar vraspar force-pushed the vraspar/llm-ios-app-update branch from a6c98fc to 6102533 Compare December 18, 2024 12:29
while (!generator->IsDone()) {
tokenStartTime = Clock::now();

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Planning to merge this branch when GenAI API changes are released in next update

@vraspar vraspar requested a review from Copilot December 18, 2024 12:32

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 3 out of 7 changed files in this pull request and generated no comments.

Files not reviewed (4)
  • mobile/examples/phi-3/ios/LocalLLM/LocalLLM/ContentView.swift: Language not supported
  • mobile/examples/phi-3/ios/LocalLLM/LocalLLM/FolderPicker.swift: Language not supported
  • mobile/examples/phi-3/ios/LocalLLM/LocalLLM/GenAIGenerator.h: Language not supported
  • mobile/examples/phi-3/ios/LocalLLM/LocalLLM/GenAIGenerator.mm: Language not supported
@vraspar vraspar requested a review from edgchen1 December 19, 2024 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant