Skip to content

Commit e8fdeb5

Browse files
committed
CI
1 parent bf4e25c commit e8fdeb5

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
@@ -313,6 +313,7 @@ export BKCL_PCIE_RING=1
313313
export XSHMEM_MODE=1
314314
export XSHMEM_QP_NUM_PER_RANK=32
315315
export BKCL_RDMA_VERBS=1
316+
export MOE_FFN_USE_DENSE_INPUT=1
316317

317318
wget -q https://paddle-qa.bj.bcebos.com/xpu_third_party/xDeepEP.tar.gz
318319
tar -xzf xDeepEP.tar.gz
@@ -379,6 +380,7 @@ unset BKCL_PCIE_RING
379380
unset XSHMEM_MODE
380381
unset XSHMEM_QP_NUM_PER_RANK
381382
unset BKCL_RDMA_VERBS
383+
unset MOE_FFN_USE_DENSE_INPUT
382384
stop_processes >kill.log 2>&1
383385

384386
if [ ${ep_online_exit_code} -ne 0 ]; then
@@ -408,6 +410,7 @@ export BKCL_PCIE_RING=1
408410
export XSHMEM_MODE=1
409411
export XSHMEM_QP_NUM_PER_RANK=32
410412
export BKCL_RDMA_VERBS=1
413+
export MOE_FFN_USE_DENSE_INPUT=1
411414

412415
export port_num=$((8188 + XPU_ID * 100))
413416
# 启动服务
@@ -465,6 +468,7 @@ unset BKCL_PCIE_RING
465468
unset XSHMEM_MODE
466469
unset XSHMEM_QP_NUM_PER_RANK
467470
unset BKCL_RDMA_VERBS
471+
unset MOE_FFN_USE_DENSE_INPUT
468472
stop_processes >kill.log 2>&1
469473

470474
if [ ${ep_online_exit_code} -ne 0 ]; then
@@ -495,6 +499,7 @@ export BKCL_PCIE_RING=1
495499
export XSHMEM_MODE=1
496500
export XSHMEM_QP_NUM_PER_RANK=32
497501
export BKCL_RDMA_VERBS=1
502+
export MOE_FFN_USE_DENSE_INPUT=1
498503

499504
export port_num=$((8188 + XPU_ID * 100))
500505
# 启动服务
@@ -554,6 +559,7 @@ unset BKCL_PCIE_RING
554559
unset XSHMEM_MODE
555560
unset XSHMEM_QP_NUM_PER_RANK
556561
unset BKCL_RDMA_VERBS
562+
unset MOE_FFN_USE_DENSE_INPUT
557563
stop_processes >kill.log 2>&1
558564

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

0 commit comments

Comments
 (0)