MycroftAI / snapcraft-mycroft-core

This project is for building mycroft-core snaps
MIT License
13 stars 11 forks source link

Handle devices without AVX instruction set #21

Open krisgesling opened 4 years ago

krisgesling commented 4 years ago

Precise requires the CPU to have the AVX instruction set (or the ARM equivalent). Options are to test for this and switch to PocketSphinx if needed, else could provide a pre-compiled older version of Tensorflow. More details at: https://github.com/MycroftAI/mycroft-core/issues/2232

This is a mycroft-core wide issue but may need a Snap specific solution also. A community member started a PR to check for this during install but it's been abandoned: https://github.com/MycroftAI/mycroft-core/pull/2269