Revise installation steps in Kimi-K2 documentation (#1672)

Updated installation instructions and added steps for cloning the repository.
This commit is contained in:
Jiaqi Liao
2025-12-05 23:05:24 +08:00
committed by GitHub
parent 721b6c4c94
commit 69fa7b1a57

View File

@@ -35,14 +35,15 @@ Note: Currently, please clone our custom SGLang repository:
``` ```
git clone https://github.com/kvcache-ai/sglang.git git clone https://github.com/kvcache-ai/sglang.git
cd sglang
git checkout kimi_k2 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) 3. **CUDA toolkit** - Compatible with your GPU (CUDA 11.8+ recommended)
2. **Hugging Face CLI** - For downloading models: 4. **Hugging Face CLI** - For downloading models:
```bash ```bash
pip install huggingface-hub pip install huggingface-hub
``` ```