From 822bae8c009a038a8a1d2a899afa2704c7be4202 Mon Sep 17 00:00:00 2001 From: Yineng Zhang Date: Sun, 26 Jan 2025 13:21:34 +0800 Subject: [PATCH] feat: cross python wheel for sgl-kernel (#3138) --- .github/workflows/pr-test-sgl-kernel.yml | 2 +- .github/workflows/release-pypi-kernel.yml | 2 +- .github/workflows/release-whl-kernel.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-test-sgl-kernel.yml b/.github/workflows/pr-test-sgl-kernel.yml index 26b921eee..65e452369 100644 --- a/.github/workflows/pr-test-sgl-kernel.yml +++ b/.github/workflows/pr-test-sgl-kernel.yml @@ -35,7 +35,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.10'] + python-version: ['3.9'] cuda-version: ['12.4'] steps: diff --git a/.github/workflows/release-pypi-kernel.yml b/.github/workflows/release-pypi-kernel.yml index c07069c5d..af34c8423 100644 --- a/.github/workflows/release-pypi-kernel.yml +++ b/.github/workflows/release-pypi-kernel.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.9', '3.10', '3.11', '3.12'] + python-version: ['3.9'] cuda-version: ['12.4'] steps: diff --git a/.github/workflows/release-whl-kernel.yml b/.github/workflows/release-whl-kernel.yml index 08a820c2a..70c451778 100644 --- a/.github/workflows/release-whl-kernel.yml +++ b/.github/workflows/release-whl-kernel.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.9', '3.10', '3.11', '3.12'] + python-version: ['3.9'] cuda-version: ['11.8'] steps: