Unverified Commit 822bae8c authored by Yineng Zhang's avatar Yineng Zhang Committed by GitHub
Browse files

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

parent 8e48ca8c
...@@ -35,7 +35,7 @@ jobs: ...@@ -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:
......
...@@ -18,7 +18,7 @@ jobs: ...@@ -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:
......
...@@ -17,7 +17,7 @@ jobs: ...@@ -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:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment