sglang.0.4.8.post1/sglang/sgl-pdlb/README.md

13 lines
139 B
Markdown

### Install dependencies
```bash
pip install "maturin[patchelf]"
```
### Build and install
```bash
maturin develop
pip install -e .
```