Skip to content
New issue

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

欧拉系统使用paddlepaddle一直报Illegal instruction(核心已转储) #70903

Open
zhuwenzkyy opened this issue Jan 20, 2025 · 1 comment
Assignees

Comments

@zhuwenzkyy
Copy link

bug描述 Describe the Bug

系统在运行的时候,一直报Illegal instruction(核心已转储)。
python:3.9.9
cat /etc/os-relaase
[root@i-2ixoh75n zkey_analy]# cat /etc/os-release
NAME="openEuler"
VERSION="22.03 LTS"
ID="openEuler"
VERSION_ID="22.03"
PRETTY_NAME="openEuler 22.03 LTS"
ANSI_COLOR="0;31"

cpu为
[root@i-2ixoh75n zkey_analy]# lscpu
架构: x86_64
CPU 运行模式: 32-bit, 64-bit
Address sizes: 40 bits physical, 48 bits virtual
字节序: Little Endian
CPU: 16
在线 CPU 列表: 0-15
厂商 ID: GenuineIntel
BIOS Vendor ID: QEMU
型号名称: Westmere E56xx/L56xx/X56xx (Nehalem-C)
BIOS Model name: pc-i440fx-5.1
CPU 系列: 6
型号: 44
每个核的线程数: 1
每个座的核数: 8
座: 2
步进: 1
BogoMIPS: 3990.62
标记: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx lm constant_tsc rep_good nopl xtopology cpuid tsc_known_freq pni pclmulqdq ssse3 cx16 sse4_1 sse4_2 x2apic popcnt aes hypervisor lahf_lm cpuid_fault pti arat
Virtualization features:
超管理器厂商: KVM
虚拟化类型: 完全
Caches (sum of all):
L1d: 512 KiB (16 instances)
L1i: 512 KiB (16 instances)
L2: 64 MiB (16 instances)
L3: 32 MiB (2 instances)
NUMA:
NUMA 节点: 1
NUMA 节点0 CPU: 0-15
Vulnerabilities:
Itlb multihit: KVM: Mitigation: VMX unsupported
L1tf: Mitigation; PTE Inversion
Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown
Meltdown: Mitigation; PTI
Mmio stale data: Unknown: No mitigations
Retbleed: Not affected
Spec store bypass: Vulnerable
Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Spectre v2: Mitigation; Retpolines, STIBP disabled, RSB filling, PBRSB-eIBRS Not affected
Srbds: Not affected
Tsx async abort: Not affected

安装方式为pip install paddlepaddle==2.5.2 -f https://www.paddlepaddle.org.cn/whl/linux/mkl/avx/stable.html
pip install paddlepaddle==2.6.1 -f https://www.paddlepaddle.org.cn/whl/linux/mkl/avx/stable.html
实在是跑不了,请给建议谢谢

其他补充信息 Additional Supplementary Information

No response

@bukejiyu
Copy link
Contributor

python -m pip install paddlepaddle==3.0.0rc0 -i https://www.paddlepaddle.org.cn/packages/stable/cpu/ 看起来是因为 avx512导致的 非法指令错误 可以尝试下使用3.0.0rc0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants