https://github.com/sgl-project/whl
SGLang Kernel Wheel Index
https://github.com/sgl-project/whl
cuda cutlass flashinfer sglang
Last synced: 6 days ago
JSON representation
SGLang Kernel Wheel Index
- Host: GitHub
- URL: https://github.com/sgl-project/whl
- Owner: sgl-project
- License: mit
- Created: 2025-01-16T13:48:14.000Z (over 1 year ago)
- Default Branch: gh-pages
- Last Pushed: 2026-06-03T03:21:20.000Z (7 days ago)
- Last Synced: 2026-06-03T05:13:33.730Z (7 days ago)
- Topics: cuda, cutlass, flashinfer, sglang
- Language: HTML
- Homepage: https://docs.sglang.io/whl/
- Size: 254 KB
- Stars: 23
- Watchers: 2
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# whl
[](https://pypi.org/project/sglang-kernel/)
This repository hosts the **wheel index page** for [SGLang](https://github.com/sgl-project/sglang) packages. It is not the source code repository — it serves as a [PEP 503](https://peps.python.org/pep-0503/)-compatible package index for distributing pre-built wheels.
## Usage
- **Install a kernel package with a specific CUDA version:**
```bash
pip install sglang-kernel --index-url https://docs.sglang.io/whl/cu129
```
- **Install nightly builds:**
```bash
pip install sglang --index-url https://docs.sglang.io/whl/nightly/cu129
```
- **Browse available wheels:** Visit the [GitHub Releases](https://github.com/sgl-project/whl/releases) page, where all binary wheel files are hosted.