coqui-ai / STT

🐸STT - The deep learning toolkit for Speech-to-Text. Training and deploying STT models has never been so easy.
https://coqui.ai
Mozilla Public License 2.0
2.27k stars 275 forks source link

Bug: Illegal Hard Instruction on generate_scorer_package #2334

Closed devahschaefers closed 1 year ago

devahschaefers commented 1 year ago

Welcome to the 🐸STT project! We are excited to see your interest, and appreciate your support!

This repository is governed by the Contributor Covenant Code of Conduct. For more details, see the CODE_OF_CONDUCT.md file.

If you've found a bug, please provide the following information:

Describe the bug Whenever I run generate_scorer_package I get an illegal hardware instruction.

To Reproduce Steps to reproduce the behavior:

  1. Run the following command './generate_scorer_package'
  2. See error 55660 illegal hardware instruction ./generate_scorer_package

Expected behavior I expect the command to run and tell me the usage

Environment (please complete the following information):

Additional context I am trying to run this library with this rust libary I was able to get it compiled but when I run it I get the same issue which says Illegal Hard Instruction so I assuming they are related