Fix CI and install docs (#3821)
This commit is contained in:
2
.github/workflows/pr-test-amd.yml
vendored
2
.github/workflows/pr-test-amd.yml
vendored
@@ -90,7 +90,7 @@ jobs:
|
||||
- name: MLA TEST
|
||||
timeout-minutes: 20
|
||||
run: |
|
||||
docker exec -w /sglang-checkout/test/srt ci_sglang python3 test_mla.py
|
||||
docker exec -w /sglang-checkout/test/srt ci_sglang python3 test_mla.py TestMLA
|
||||
|
||||
finish:
|
||||
needs: [
|
||||
|
||||
13
.github/workflows/pr-test.yml
vendored
13
.github/workflows/pr-test.yml
vendored
@@ -107,19 +107,6 @@ jobs:
|
||||
bash scripts/ci_install_dependency.sh
|
||||
|
||||
- name: Run test
|
||||
if: github.event.pull_request.head.repo.fork == false
|
||||
env:
|
||||
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
||||
timeout-minutes: 30
|
||||
run: |
|
||||
RANGE=${{ matrix.range }}
|
||||
range_begin=${RANGE%-*}
|
||||
range_end=${RANGE#*-}
|
||||
cd test/srt
|
||||
python3 run_suite.py --suite per-commit --range-begin ${range_begin} --range-end ${range_end}
|
||||
|
||||
- name: Run test (fork)
|
||||
if: github.event.pull_request.head.repo.fork == true
|
||||
timeout-minutes: 30
|
||||
run: |
|
||||
RANGE=${{ matrix.range }}
|
||||
|
||||
Reference in New Issue
Block a user