minor: cleanup sgl-kernel (#3143)

This commit is contained in:
Yineng Zhang
2025-01-26 14:29:58 +08:00
committed by GitHub
parent 4f118a39d7
commit 95f789adb0
13 changed files with 11 additions and 225 deletions

View File

@@ -40,6 +40,10 @@ Development build:
make build
```
Note:
The `sgl-kernel` is rapidly evolving. If you experience a compilation failure, try using `make rebuild`.
### Testing & Benchmarking
1. Add pytest tests in [tests/](https://github.com/sgl-project/sglang/tree/main/sgl-kernel/tests)