optimize custom allreduce kernel (#2904)

This commit is contained in:
yizhang2077
2025-01-16 03:04:25 +08:00
committed by GitHub
parent f65c13b559
commit 6cb3974e77
9 changed files with 244 additions and 80 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "sgl-kernel"
version = "0.0.2.post12"
version = "0.0.2.post13"
description = "Kernel Library for SGLang"
readme = "README.md"
requires-python = ">=3.8"