fix moe_align_block_size_kernel for shared memory issue (#2579)

Co-authored-by: ispobock <ispobaoke@163.com>
This commit is contained in:
Yineng Zhang
2024-12-26 05:31:04 +08:00
committed by GitHub
parent 53aed988cb
commit 31548116a8
6 changed files with 225 additions and 2 deletions

View File

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