Inference error

Illegal Instruction (Core dumped) for every command e.g deepspeech -h or ./deepspeech models/output_graph.pb …/speech_data/all_data/DC_a09.wav models/alphabet.txt models/lm.binary models/trie

You probably don’t have a CPU with AVX2 support. You can try and build your own binary with AVX2 disabled.

1 Like

Or download from https://tools.taskcluster.net/index/artifacts/project.deepspeech.deepspeech.native_client.master/cpu where we have updated binaries that requires only AVX :slight_smile: