Self Checks
RAGFlow workspace code commit ID
0.17.0
RAGFlow image version
0.17.0
Other environment information
Actual behavior
使用docker部署时,启用多个解析线程。宿主机为多网卡时产生如下异常。
export LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/
PY=python3
if [[ -z "$WS" || $WS -lt 1 ]]; then
WS=5
fi
[ERROR]Fail to bind embedding model: NCCL Error 2: unhandled system error (run with NCCL_DEBUG=INFO for details)
Expected behavior
No response
Steps to reproduce
使用docker部署时,启用多个解析线程。宿主机为多网卡时产生如下异常。
export LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/
PY=python3
if [[ -z "$WS" || $WS -lt 1 ]]; then
WS=5
fi
[ERROR]Fail to bind embedding model: NCCL Error 2: unhandled system error (run with NCCL_DEBUG=INFO for details)
Additional information
No response