temporarily disable deepep-8-gpu and activate two small tests (#7961)
This commit is contained in:
42
.github/workflows/pr-test.yml
vendored
42
.github/workflows/pr-test.yml
vendored
@@ -324,33 +324,33 @@ jobs:
|
|||||||
cd test/srt
|
cd test/srt
|
||||||
python3 run_suite.py --suite per-commit-4-gpu-deepep
|
python3 run_suite.py --suite per-commit-4-gpu-deepep
|
||||||
|
|
||||||
unit-test-deepep-8-gpu:
|
# unit-test-deepep-8-gpu:
|
||||||
if: (github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request') &&
|
# if: (github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request') &&
|
||||||
github.event.pull_request.draft == false
|
# github.event.pull_request.draft == false
|
||||||
runs-on: 8-gpu-runner
|
# runs-on: 8-gpu-runner
|
||||||
needs: [
|
# needs: [
|
||||||
unit-test-deepep-4-gpu,
|
# unit-test-deepep-4-gpu,
|
||||||
]
|
# ]
|
||||||
steps:
|
# steps:
|
||||||
- name: Checkout code
|
# - name: Checkout code
|
||||||
uses: actions/checkout@v4
|
# uses: actions/checkout@v4
|
||||||
|
#
|
||||||
- name: Install dependencies
|
# - name: Install dependencies
|
||||||
run: |
|
# run: |
|
||||||
bash scripts/ci_install_deepep.sh
|
# bash scripts/ci_install_deepep.sh
|
||||||
|
#
|
||||||
- name: Run test
|
# - name: Run test
|
||||||
timeout-minutes: 20
|
# timeout-minutes: 20
|
||||||
run: |
|
# run: |
|
||||||
cd test/srt
|
# cd test/srt
|
||||||
python3 run_suite.py --suite per-commit-8-gpu-deepep
|
# python3 run_suite.py --suite per-commit-8-gpu-deepep
|
||||||
|
|
||||||
finish:
|
finish:
|
||||||
if: always()
|
if: always()
|
||||||
needs: [
|
needs: [
|
||||||
unit-test-frontend, unit-test-backend-1-gpu, unit-test-backend-2-gpu, unit-test-backend-4-gpu,
|
unit-test-frontend, unit-test-backend-1-gpu, unit-test-backend-2-gpu, unit-test-backend-4-gpu,
|
||||||
unit-test-backend-8-gpu, performance-test-1-gpu-part-1, performance-test-1-gpu-part-2, performance-test-2-gpu,
|
unit-test-backend-8-gpu, performance-test-1-gpu-part-1, performance-test-1-gpu-part-2, performance-test-2-gpu,
|
||||||
accuracy-test-1-gpu, accuracy-test-2-gpu, unit-test-deepep-4-gpu, unit-test-deepep-8-gpu,
|
accuracy-test-1-gpu, accuracy-test-2-gpu, unit-test-deepep-4-gpu, # unit-test-deepep-8-gpu,
|
||||||
]
|
]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
@@ -144,7 +144,7 @@ class TestTP(CustomTestCase):
|
|||||||
self.assertGreater(metrics["accuracy"], 0.62)
|
self.assertGreater(metrics["accuracy"], 0.62)
|
||||||
|
|
||||||
|
|
||||||
@unittest.skip("covered in test_deepep_large.py")
|
# @unittest.skip("covered in test_deepep_large.py")
|
||||||
class TestNoGatherdBuffer(CustomTestCase):
|
class TestNoGatherdBuffer(CustomTestCase):
|
||||||
@classmethod
|
@classmethod
|
||||||
def setUpClass(cls):
|
def setUpClass(cls):
|
||||||
@@ -239,7 +239,7 @@ class TestTBO(CustomTestCase):
|
|||||||
self.assertGreater(metrics["accuracy"], 0.62)
|
self.assertGreater(metrics["accuracy"], 0.62)
|
||||||
|
|
||||||
|
|
||||||
@unittest.skip("covered in TestMTPWithTBO")
|
# @unittest.skip("covered in TestMTPWithTBO")
|
||||||
class TestMTP(CustomTestCase):
|
class TestMTP(CustomTestCase):
|
||||||
@classmethod
|
@classmethod
|
||||||
def setUpClass(cls):
|
def setUpClass(cls):
|
||||||
|
|||||||
Reference in New Issue
Block a user