mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2026-04-23 00:17:25 +08:00
[BugFix] [MultiAPIServer] fix rdma script and port check for multi api server (#5935)
* [fix] fix rdma script and add more error log for multi api server * [fix] log * [fix] fix test_multi_api_server * [fix] fix multi api server port check --------- Co-authored-by: Jiang-Jia-Jun <163579578+Jiang-Jia-Jun@users.noreply.github.com>
This commit is contained in:
@@ -4,9 +4,9 @@ NICNAME_TYPE=xgbe # 默认检测类型
|
||||
type=$1
|
||||
|
||||
if [ "$ENABLE_EP_DP" == "1" ]; then
|
||||
gpu_root_port_filename="${Cur_Dir}/gpu_rootport_${DP_RANK}.txt"
|
||||
gpu_root_port_filename="${Cur_Dir}/gpu_rootport_${DP_RANK}_$$.txt"
|
||||
else
|
||||
gpu_root_port_filename="${Cur_Dir}/gpu_rootport.txt"
|
||||
gpu_root_port_filename="${Cur_Dir}/gpu_rootport_$$.txt"
|
||||
fi
|
||||
|
||||
function __NEW_GPU_ROOTPORT_FILE__() {
|
||||
|
||||
Reference in New Issue
Block a user