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

Add Client Local Module for local inferencing #5

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

Conversation

cmodi-meta
Copy link
Contributor

@cmodi-meta cmodi-meta commented Nov 5, 2024

Before using the commit, make sure to do the following:

  1. Get the latest executorch.aar: Unless if you already have one from the ExecuTorch builds, you can get a pre-built AAR library using the instructions in the ExecuTorch Github.
  2. Unzip executorch.aar: unzip executorch.aar -d et_lib
  3. Port aar contents client local module: Move all the files/folders from et_lib directory to llama-stack-client-kotlin-client-local
  4. Sync Gradle files

@cmodi-meta cmodi-meta marked this pull request as draft November 5, 2024 21:22
@cmodi-meta
Copy link
Contributor Author

currently there is a compile error with no return type in chatCompletion(). This is expected right now since this is a draft PR.

@cmodi-meta
Copy link
Contributor Author

cmodi-meta commented Nov 5, 2024

rebase on top of 5de5a03

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants