Open
Description
Prerequisites
- I am running the latest code. Mention the version if possible as well.
- I carefully followed the README.md.
- I searched using keywords relevant to my issue to make sure that I am creating a new issue that is not already open (or closed).
- I reviewed the Discussions, and have a new and useful enhancement to share.
Feature Description
Kimi K2 is a new open-source model available.
I tried to load this converted gguf but failed due to two issues:
- Number of experts exceeds 256
llama_model_loader: - kv 24: deepseek2.expert_count u32 = 384
- Missing
tokenizer.ggml.model
llama_model_load: error loading model: error loading model vocabulary: key not found in model: tokenizer.ggml.model
llama_model_load_from_file_impl: failed to load model
Motivation
From the benchmark data, Kimi K2 turns to be the most powerful oss model now.
Possible Implementation
No response