[kernel] Fix position ids in rope (#3173)

This commit is contained in:
Byron Hsu
2025-01-27 17:09:51 +08:00
committed by GitHub
parent 52c03f16b9
commit 514f37c32b
4 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "sgl-kernel"
version = "0.0.2.post19"
version = "0.0.2.post20"
description = "Kernel Library for SGLang"
readme = "README.md"
requires-python = ">=3.9"