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

llama.cpp: enable Kompute support for 10 more model architectures #2005

Merged
merged 1 commit into from
Feb 22, 2024

Conversation

cebtenzzre
Copy link
Member

@cebtenzzre cebtenzzre commented Feb 22, 2024

These are Baichuan, Bert and Nomic Bert, CodeShell, GPT-2, InternLM, MiniCPM, Orion, Qwen, and StarCoder. The output of each of these has been checked subjectively for accuracy in Q4_0 format.

The only models that we don't support right now are because of missing ops - GGML_OP_ALIBI for BLOOM, MPT, and Refact, and GGML_OP_CONCAT for Persimmon. Upstream support for PLaMo seems to be broken (ggerganov/llama.cpp#5669).

These are Baichuan, Bert and Nomic Bert, CodeShell, GPT-2, InternLM,
MiniCPM, Orion, Qwen, and StarCoder.

Signed-off-by: Jared Van Bortel <jared@nomic.ai>
@cebtenzzre cebtenzzre merged commit 88e330e into main Feb 22, 2024
6 of 17 checks passed
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.

2 participants