feat: cross python wheel for sgl-kernel (#3138)

This commit is contained in:
Yineng Zhang
2025-01-26 13:21:34 +08:00
committed by GitHub
parent 8e48ca8cc1
commit 822bae8c00
3 changed files with 3 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
python-version: ['3.10'] python-version: ['3.9']
cuda-version: ['12.4'] cuda-version: ['12.4']
steps: steps:

View File

@@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
python-version: ['3.9', '3.10', '3.11', '3.12'] python-version: ['3.9']
cuda-version: ['12.4'] cuda-version: ['12.4']
steps: steps:

View File

@@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
python-version: ['3.9', '3.10', '3.11', '3.12'] python-version: ['3.9']
cuda-version: ['11.8'] cuda-version: ['11.8']
steps: steps: