[fix]: doc (#1805)

This commit is contained in:
Jianwei Dong
2026-01-23 11:17:08 +08:00
committed by GitHub
parent b0f827d2a9
commit 8652346e69
2 changed files with 3 additions and 5 deletions

View File

@@ -45,7 +45,6 @@ Before starting, ensure you have:
```bash
git clone https://github.com/kvcache-ai/sglang.git
cd sglang
git checkout experts_sched
pip install -e "python[all]"
```
@@ -53,9 +52,8 @@ Before starting, ensure you have:
```bash
git clone https://github.com/kvcache-ai/ktransformers.git
cd ktransformers
git checkout experts_sched
pip install -e .
cd ktransformers/kt-kernel
bash ./install.sh
```
After installation, verify the CLI is working:

View File

@@ -3,4 +3,4 @@ KTransformers version information.
Shared across kt-kernel and kt-sft modules.
"""
__version__ = "0.5.0.post1"
__version__ = "0.5.1"