From 5ce77694018bd9b17d82318b8fe8b84f5453fe78 Mon Sep 17 00:00:00 2001 From: chaunceyjiang Date: Wed, 24 Dec 2025 03:09:11 +0000 Subject: [PATCH] [Speculators][Speculative Decoding] Fix Kimi K2 Eagle3 Support Signed-off-by: chaunceyjiang --- vllm/config/speculative.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vllm/config/speculative.py b/vllm/config/speculative.py index bf533bf14e55c..3d06d60105af2 100644 --- a/vllm/config/speculative.py +++ b/vllm/config/speculative.py @@ -618,7 +618,7 @@ class SpeculativeConfig: f"{self.disable_by_batch_size=}" ) - eagle3_target_supported = ["llama", "qwen", "minicpm", "gpt_oss"] + eagle3_target_supported = ["llama", "qwen", "minicpm", "gpt_oss", "kimi_k2"] if ( self.method == "eagle3" and self.target_model_config