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

Support llama.cpp #94

Merged
merged 1 commit into from
Aug 17, 2024
Merged

Conversation

kerthcet
Copy link
Member

What this PR does / why we need it

Now we can serving GGUF models with llama.cpp, what's more, we can run e2e tests with cpu.

Which issue(s) this PR fixes

Fixes #65

Special notes for your reviewer

Does this PR introduce a user-facing change?

Support llama.cpp as another backend

@InftyAI-Agent InftyAI-Agent added needs-triage Indicates an issue or PR lacks a label and requires one. needs-priority Indicates a PR lacks a label and requires one. do-not-merge/needs-kind Indicates a PR lacks a label and requires one. labels Aug 17, 2024
@kerthcet
Copy link
Member Author

/kind feature

@InftyAI-Agent InftyAI-Agent added feature Categorizes issue or PR as related to a new feature. and removed do-not-merge/needs-kind Indicates a PR lacks a label and requires one. labels Aug 17, 2024
Signed-off-by: kerthcet <[email protected]>
@kerthcet kerthcet force-pushed the feat/support-llamacpp branch from 7cd4eeb to da849de Compare August 17, 2024 10:40
@kerthcet
Copy link
Member Author

/lgtm
/approve

@InftyAI-Agent InftyAI-Agent added lgtm Looks good to me, indicates that a PR is ready to be merged. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Aug 17, 2024
@InftyAI-Agent InftyAI-Agent merged commit 9f854f4 into InftyAI:main Aug 17, 2024
18 of 19 checks passed
@kerthcet kerthcet deleted the feat/support-llamacpp branch August 17, 2024 10:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. feature Categorizes issue or PR as related to a new feature. lgtm Looks good to me, indicates that a PR is ready to be merged. needs-priority Indicates a PR lacks a label and requires one. needs-triage Indicates an issue or PR lacks a label and requires one.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support llama.cpp as alternative backend
2 participants