1 parent 6c6d83f commit 0112e7aCopy full SHA for 0112e7a
1 file changed
.github/workflows/sglang_downstream.yaml
@@ -13,13 +13,11 @@ concurrency:
13
14
jobs:
15
sglang:
16
- if: ${{ !github.event.pull_request.head.repo.fork }}
17
name: sglang integration
18
runs-on: aiter-1gpu-runner
19
env:
20
- SGL_BRANCH: v0.5.1
+ SGL_BRANCH: v0.5.2
21
GPU_ARCH: gfx942
22
- HF_TOKEN: ${{ secrets.HF_TOKEN_TEST }}
23
24
steps:
25
- name: Checkout aiter repo
@@ -102,10 +100,3 @@ jobs:
102
100
if: always()
103
101
run:
104
docker exec -u root sglang_aiter_test bash -c "rm -rf /sglang-checkout/sgl-kernel; rm -rf /sglang-checkout/python"
105
-
106
- skip-job:
107
- if: ${{ github.event.pull_request.head.repo.fork }}
108
- runs-on: ubuntu-latest
109
- steps:
110
- - name: Skip reason
111
- run: echo "It's a fork repository, skipping tests."
0 commit comments