Prerequisites
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
Prerequisites
Feature Description
Kimi K2 is a new open-source model available.
I tried to load this converted gguf but failed due to two issues:
tokenizer.ggml.modelllama_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 modelMotivation
From the benchmark data, Kimi K2 turns to be the most powerful oss model now.
Possible Implementation
No response