Files
sglang/sgl-pdlb/README.md

13 lines
139 B
Markdown
Raw Normal View History

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