nomic-ai / gpt4all

GPT4All: Chat with Local LLMs on Any Device
https://gpt4all.io
MIT License
67.94k stars 7.47k forks source link

Support for ARM based modern Windows desktops/laptops #2574

Open manuelpaulo opened 3 weeks ago

manuelpaulo commented 3 weeks ago

It's the new Microsoft Surface 7th edition.

I know, I know, Qualcomm's Snapdragon Elite X CPU, no AVX.


The problem is that the emulation layer that Windows uses for running x86 binary - which is what you're trying to run if you downloaded the official release - doesn't support AVX or AVX2 instruction emulation.

Unless Microsoft fixes the emulation layer the only thing we can do is publish an official ARM based Windows installer.

SINAPSA-IC commented 3 weeks ago

Hello. The requirement for running the program is that the processor comes with AVX/AVX2. Sorry, there's no way around that :| and bumped into this "issue" myself.