Bus error (core dumped) issue
请教下各位大佬,
我试着通过docker 运行livetalking项目
python app.py --transport webrtc --model wav2lip --avatar_id wav2lip384_avatar1
结果返回 Bus error (core dumped),看了下内存还有50%,没有占满
请问大佬们有什么解决办法吗
感谢
I tried to run this project on the docker container, but met an issue with Bus error (core dumped) when executing below command line.
python app.py --transport webrtc --model wav2lip --avatar_id wav2lip384_avatar1
I checked my memory still has 50% idle.
Any insights on how to resovle it?
Thanks
解决不了,换成用ucloud镜像了。
应该是镜像里的cuda版本和主机上驱动不一致
应该是镜像里的cuda版本和主机上驱动不一致
感谢大佬回复,我本地主机用得是cuda最新12.8,aliyun镜像我看是8个月前的,中间可能确实有一些不同。
用dmesg 看到是返回的问题是
python Not tainted xxxx-microsoft-standard-WSL2 #1,没有找到合适的解决方案。
Anyway,我已经转成用ucloud云端跑项目了。
麻烦大佬看看为什么ucloud云端跑项目开启后一直是Connection state is connecting,udp & tcp已经按照要求全部开启。
感谢大佬!
看看sdp里candidate里的端口是多少,是不是在开放udp端口范围内,还不行问ucloud客服
看看sdp里candidate里的端口是多少,是不是在开放udp端口范围内,还不行问ucloud客服
感谢大佬回复,我已经把镜像实力中所有udp端口都开了😂
我联系下ucloud客服