Skip to content

Commit

Permalink
chore: bump v0.0.2 for sgl-kernel (#2462)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhyncs authored Dec 12, 2024
1 parent 6efa9e4 commit 32ed016
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-pypi-kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions sgl-kernel/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,3 @@ def rename_wheel():
cmdclass={"build_ext": BuildExtension},
install_requires=["torch"],
)

rename_wheel()

0 comments on commit 32ed016

Please sign in to comment.