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 an interface for LLM runner #6356

Closed
wants to merge 4 commits into from
Closed

Commits on Oct 18, 2024

  1. Add an interface for LLM runner

    In case we have custom LLM runners other than llama runner, we want to
    have a uniform interface
    kirklandsign committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    81a2055 View commit details
    Browse the repository at this point in the history
  2. Call it IRunner

    kirklandsign committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    0bf4f4a View commit details
    Browse the repository at this point in the history
  3. Lint

    kirklandsign committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    516a417 View commit details
    Browse the repository at this point in the history
  4. Fix BUCK

    kirklandsign committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    bc1f420 View commit details
    Browse the repository at this point in the history