PARL
PARL copied to clipboard
fix core dump on aarch64
trafficstars
parl在aarch64平台python3.9版本下训练模型时会出现free(): invalid pointer的错误继而发生core dump,原因在于parl安装的依赖1.37.0版本的grpcio在aarch64架构下会发生core dump。参考链接
此问题已在grpcio 1.38.1版本修复,故修改setup.py中依赖的grpcio版本以解决该bug。
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.