chore: bump v0.0.2 for sgl-kernel (#2462)

This commit is contained in:
Yineng Zhang
2024-12-12 14:58:05 +08:00
committed by GitHub
parent 6efa9e4a6d
commit 32ed016041
2 changed files with 1 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12']
cuda-version: ['11.8', '12.1', '12.4']
cuda-version: ['12.1']
steps:
- uses: actions/checkout@v4

View File

@@ -78,5 +78,3 @@ setup(
cmdclass={"build_ext": BuildExtension},
install_requires=["torch"],
)
rename_wheel()