From 061fb56382f13ce0265f812a9eb6a4635c5d1f2d Mon Sep 17 00:00:00 2001 From: Jiaqi Liao <30439460+SkqLiao@users.noreply.github.com> Date: Sat, 7 Feb 2026 16:38:39 +0800 Subject: [PATCH] Update Kimi-K2.5.md (#1838) --- doc/en/Kimi-K2.5.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/en/Kimi-K2.5.md b/doc/en/Kimi-K2.5.md index e75c22d..d3d1206 100644 --- a/doc/en/Kimi-K2.5.md +++ b/doc/en/Kimi-K2.5.md @@ -28,7 +28,6 @@ Before starting, ensure you have: ``` git clone https://github.com/kvcache-ai/ktransformers.git -git checkout kimi_k2.5 git submodule update --init --recursive cd kt-kernel && ./install.sh ``` @@ -39,10 +38,9 @@ Note: Currently, please clone our custom SGLang repository: ``` git clone https://github.com/kvcache-ai/sglang.git -git checkout kimi_k2.5 cd sglang && pip install -e "python[all]" // maybe need to reinstall cudnn according to the issue when launching SGLang -pip install nvidia-cudnn-cu12==9.16.0.29 +// pip install nvidia-cudnn-cu12==9.16.0.29 ``` 3. **CUDA toolkit** - Compatible with your GPU (CUDA 12.8+ recommended)