We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
main版本runtime镜像以及dev镜像编译后,启动bs_admin_worker报错:Illegal instruction (core dumped) 目前看应该是third_party/proxima2对avx512指令集依赖,BUILD文件中依赖了usr/local/lib/arch_skylake-avx512和usr/local/lib/c11abi/arch_skylake-avx512下的静态编译文件。
The text was updated successfully, but these errors were encountered:
用registry.cn-hangzhou.aliyuncs.com/havenask/ha3_runtime:1.0.0也是这样,之前的0.3版本bs可以起来,最新的不行
Sorry, something went wrong.
@AlexanderSaint 当前main分支依赖的proxima2是依赖了avx512指令集的静态库,我们会更新下BUILD文件和镜像,不对avx512指令集强依赖
Solved by PR(#135 )
No branches or pull requests
main版本runtime镜像以及dev镜像编译后,启动bs_admin_worker报错:Illegal instruction (core dumped)
目前看应该是third_party/proxima2对avx512指令集依赖,BUILD文件中依赖了usr/local/lib/arch_skylake-avx512和usr/local/lib/c11abi/arch_skylake-avx512下的静态编译文件。
The text was updated successfully, but these errors were encountered: