use self-hosted to build sgl-kernel (#3154)

This commit is contained in:
Yineng Zhang
2025-01-26 23:02:57 +08:00
committed by GitHub
parent 02431b9ad2
commit f265d15b96
3 changed files with 14 additions and 2 deletions

View File

@@ -32,13 +32,17 @@ jobs:
build-wheels:
if: github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request'
runs-on: ubuntu-latest
runs-on: sgl-kernel-build-node
strategy:
matrix:
python-version: ['3.9']
cuda-version: ['12.4']
steps:
- name: Cleanup
run: |
sudo rm -rf $GITHUB_WORKSPACE/* || true
- uses: actions/checkout@v4
with:
submodules: 'recursive'