Feature Summary
Prebuilt binaries should support AMD CPUs without FMA3
Detailed Description
I want to use stable diffusion prebuilt binaries on an AMD FX(tm)-6100, but it fails with Illegal instruction.
After some debugging I found that vfmadd213ss (FMA3 instruction) is used in libstable-diffusion.so, which is not supported by my CPU.
It would be great if you could provide a variant for type of CPU.
Alternatives you considered
No response
Additional context
No response
Feature Summary
Prebuilt binaries should support AMD CPUs without FMA3
Detailed Description
I want to use stable diffusion prebuilt binaries on an AMD FX(tm)-6100, but it fails with Illegal instruction.
After some debugging I found that vfmadd213ss (FMA3 instruction) is used in libstable-diffusion.so, which is not supported by my CPU.
It would be great if you could provide a variant for type of CPU.
Alternatives you considered
No response
Additional context
No response