Which virtual CPU does the Debian VM use? I think it emulates AVX.
The Intel Pentium Silver N6005 doesn’t support AVX, see also AVX intrinsics neede for GPT4ALL - Intel Community
To check if AVX is supported on the Proxmox host or in a VM you could execute:
grep avx /proc/cpuinfo
If there’s no result, AVX is not supported.