mirror of
https://github.com/kvcache-ai/ktransformers.git
synced 2026-05-01 03:31:15 +00:00
[fix]: doc (#1805)
This commit is contained in:
@@ -45,7 +45,6 @@ Before starting, ensure you have:
|
|||||||
```bash
|
```bash
|
||||||
git clone https://github.com/kvcache-ai/sglang.git
|
git clone https://github.com/kvcache-ai/sglang.git
|
||||||
cd sglang
|
cd sglang
|
||||||
git checkout experts_sched
|
|
||||||
pip install -e "python[all]"
|
pip install -e "python[all]"
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -53,9 +52,8 @@ Before starting, ensure you have:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/kvcache-ai/ktransformers.git
|
git clone https://github.com/kvcache-ai/ktransformers.git
|
||||||
cd ktransformers
|
cd ktransformers/kt-kernel
|
||||||
git checkout experts_sched
|
bash ./install.sh
|
||||||
pip install -e .
|
|
||||||
```
|
```
|
||||||
|
|
||||||
After installation, verify the CLI is working:
|
After installation, verify the CLI is working:
|
||||||
|
|||||||
@@ -3,4 +3,4 @@ KTransformers version information.
|
|||||||
Shared across kt-kernel and kt-sft modules.
|
Shared across kt-kernel and kt-sft modules.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__version__ = "0.5.0.post1"
|
__version__ = "0.5.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user