Run tests based on labels (#10456)

This commit is contained in:
Lianmin Zheng
2025-09-15 00:29:20 -07:00
committed by GitHub
parent 76becc1dbc
commit 50dc0c1e9c
15 changed files with 200 additions and 301 deletions

View File

@@ -5,16 +5,15 @@
[![PyPI](https://img.shields.io/pypi/v/sgl-kernel)](https://pypi.org/project/sgl-kernel)
## Installation
For CUDA 12.1 and above:
```bash
pip3 install sgl-kernel
```
For CUDA 11.8:
For CUDA 12.4:
```bash
pip3 install sgl-kernel -i https://docs.sglang.ai/whl/cu118
pip3 install sgl-kernel -i https://docs.sglang.ai/whl/cu124
```
## Build from source