From f58c1d388e741adaf3210c2f1ccb4e067668877c Mon Sep 17 00:00:00 2001 From: zhuyy Date: Wed, 4 Feb 2026 17:20:40 +0800 Subject: [PATCH] reset ci -- run test mixed running for experts on a2. --- .github/workflows/pr-test-npu.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/pr-test-npu.yml b/.github/workflows/pr-test-npu.yml index 8696732a4..c5aacc250 100644 --- a/.github/workflows/pr-test-npu.yml +++ b/.github/workflows/pr-test-npu.yml @@ -888,14 +888,6 @@ jobs: python3 $GITHUB_WORKSPACE/tests/python/deepep/test_normal_and_low_latency.py --num-processes=2 --num-topk=1 --num-experts=2 --test-loop=100 python3 $GITHUB_WORKSPACE/tests/python/deepep/test_normal_and_low_latency.py --num-experts=512 --test-loop=100 --num-processes=8 - - name: Run test mixed running for dynamic tokens - timeout-minutes: 10 - env: - HCCL_BUFFSIZE: 3769 - MOE_ENABLE_TOPK_NEG_ONE: 1 - run: | - python3 $GITHUB_WORKSPACE/tests/python/deepep/test_normal_and_low_latency.py --test-loop=100 --enable-dynamic-tokens --num-processes=8 - finish: if: always() needs: