mirror of
https://github.com/kvcache-ai/ktransformers.git
synced 2026-04-29 10:41:38 +00:00
Revise installation steps in Kimi-K2 documentation (#1672)
Updated installation instructions and added steps for cloning the repository.
This commit is contained in:
@@ -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
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user