modelscope / dash-infer

DashInfer is a native LLM inference engine aiming to deliver industry-leading performance atop various hardware architectures, including x86 and ARMv9.
Apache License 2.0
130 stars 14 forks source link

Illegal instruction (core dumped) #3

Closed 983183947 closed 3 months ago

983183947 commented 3 months ago

我通过 pip install 安装dashinfer后,执行推理报错

image
kzjeef commented 3 months ago

看下这两条命令的输出:

lscpu cat /etc/os-release

983183947 commented 3 months ago
image image
kzjeef commented 3 months ago

这个是鲲鹏920的处理器,这个芯片的指令我们还没有适配过,目前只支持ARMv9的ARM处理器,这个处理器是: ARM v8.2 的。