Files
sglang/sgl-pdlb/README.md
2025-05-29 20:50:10 +08:00

13 lines
139 B
Markdown

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