dify连接xinference时拒绝连接
dify是docker启动,xinference-local --host 0.0.0.0 --port 9997。原因:dify是docker启动,不能直接配置 0.0.0.0或者127.0.0.1。配置dify连接时,xinference拒绝连接。
·
情况:
dify是docker启动,xinference-local --host 0.0.0.0 --port 9997
配置dify连接时,xinference拒绝连接。
原因:dify是docker启动,不能直接配置 0.0.0.0或者127.0.0.1
解决方式:
xinference-local --host your_compute_ip --port 9997
更多推荐
所有评论(0)