Skip to content

Commit 83d21a0

Browse files
committed
CI
1 parent fc48d17 commit 83d21a0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

scripts/run_ci_xpu.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,7 @@ export BKCL_PCIE_RING=1
316316
export XSHMEM_MODE=1
317317
export XSHMEM_QP_NUM_PER_RANK=32
318318
export BKCL_RDMA_VERBS=1
319+
export MOE_FFN_USE_DENSE_INPUT=1
319320

320321
wget -q https://paddle-qa.bj.bcebos.com/xpu_third_party/xDeepEP.tar.gz
321322
tar -xzf xDeepEP.tar.gz
@@ -382,6 +383,7 @@ unset BKCL_PCIE_RING
382383
unset XSHMEM_MODE
383384
unset XSHMEM_QP_NUM_PER_RANK
384385
unset BKCL_RDMA_VERBS
386+
unset MOE_FFN_USE_DENSE_INPUT
385387
stop_processes >kill.log 2>&1
386388

387389
if [ ${ep_online_exit_code} -ne 0 ]; then
@@ -411,6 +413,7 @@ export BKCL_PCIE_RING=1
411413
export XSHMEM_MODE=1
412414
export XSHMEM_QP_NUM_PER_RANK=32
413415
export BKCL_RDMA_VERBS=1
416+
export MOE_FFN_USE_DENSE_INPUT=1
414417

415418
export port_num=$((8188 + XPU_ID * 100))
416419
# 启动服务
@@ -468,6 +471,7 @@ unset BKCL_PCIE_RING
468471
unset XSHMEM_MODE
469472
unset XSHMEM_QP_NUM_PER_RANK
470473
unset BKCL_RDMA_VERBS
474+
unset MOE_FFN_USE_DENSE_INPUT
471475
stop_processes >kill.log 2>&1
472476

473477
if [ ${ep_online_exit_code} -ne 0 ]; then
@@ -498,6 +502,7 @@ export BKCL_PCIE_RING=1
498502
export XSHMEM_MODE=1
499503
export XSHMEM_QP_NUM_PER_RANK=32
500504
export BKCL_RDMA_VERBS=1
505+
export MOE_FFN_USE_DENSE_INPUT=1
501506

502507
export port_num=$((8188 + XPU_ID * 100))
503508
# 启动服务
@@ -557,6 +562,7 @@ unset BKCL_PCIE_RING
557562
unset XSHMEM_MODE
558563
unset XSHMEM_QP_NUM_PER_RANK
559564
unset BKCL_RDMA_VERBS
565+
unset MOE_FFN_USE_DENSE_INPUT
560566
stop_processes >kill.log 2>&1
561567

562568
if [ ${ep_online_exit_code} -ne 0 ]; then

0 commit comments

Comments
 (0)