From e45ae444db7cbed5187d0322a5c3200e3aa8c884 Mon Sep 17 00:00:00 2001 From: fzyzcjy <5236035+fzyzcjy@users.noreply.github.com> Date: Tue, 25 Mar 2025 15:44:01 +0800 Subject: [PATCH] Revert "Add DeepEP tests into CI (#4737)" (#4751) --- .github/workflows/pr-test.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index 0bc581cca..a652ec3cd 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -121,12 +121,6 @@ jobs: cd test/srt python3 test_moe_ep.py - - name: Test DeepEP expert parallelism (EP=2) - timeout-minutes: 10 - run: | - cd test/srt - python3 test_moe_deepep.py - - name: Test torch compile (TP=2) timeout-minutes: 10 run: |