From 69fa7b1a57aa92b7e2a664856963f45e4f35dfc0 Mon Sep 17 00:00:00 2001 From: Jiaqi Liao <30439460+SkqLiao@users.noreply.github.com> Date: Fri, 5 Dec 2025 23:05:24 +0800 Subject: [PATCH] Revise installation steps in Kimi-K2 documentation (#1672) Updated installation instructions and added steps for cloning the repository. --- doc/en/Kimi-K2-Thinking-Native.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/en/Kimi-K2-Thinking-Native.md b/doc/en/Kimi-K2-Thinking-Native.md index a9465dc..8ce8d27 100644 --- a/doc/en/Kimi-K2-Thinking-Native.md +++ b/doc/en/Kimi-K2-Thinking-Native.md @@ -35,14 +35,15 @@ Note: Currently, please clone our custom SGLang repository: ``` git clone https://github.com/kvcache-ai/sglang.git +cd sglang git checkout kimi_k2 -cd sglang && pip install -e "python[all]" +pip install -e "python[all]" ``` -1. **CUDA toolkit** - Compatible with your GPU (CUDA 11.8+ recommended) -2. **Hugging Face CLI** - For downloading models: +3. **CUDA toolkit** - Compatible with your GPU (CUDA 11.8+ recommended) +4. **Hugging Face CLI** - For downloading models: ```bash pip install huggingface-hub ```