Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions scripts/run_ci_xpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ export BKCL_RDMA_VERBS=1

export enable_expert_parallel=1
export enable_tensor_parallel=1
export EP_TP_SPLIT_MODE=1
export FD_EP_TP_STRATEGY=all_to_all

python -m pytest -s --timeout=600 tests/ci_use/XPU_45T/run_ep.py
ep_exit_code=$?
Expand All @@ -366,7 +366,7 @@ unset XSHMEM_QP_NUM_PER_RANK
unset BKCL_RDMA_VERBS
unset enable_expert_parallel
unset enable_tensor_parallel
unset EP_TP_SPLIT_MODE
unset FD_EP_TP_STRATEGY
stop_processes

if [ ${ep_exit_code} -ne 0 ]; then
Expand Down
Loading