Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Illegal instruction appear when running on arm platform #245

Open
ljf1999 opened this issue Feb 13, 2025 · 3 comments
Open

Illegal instruction appear when running on arm platform #245

ljf1999 opened this issue Feb 13, 2025 · 3 comments

Comments

@ljf1999
Copy link

ljf1999 commented Feb 13, 2025

Illegal instruction

@HarryBXie
Copy link

Follow below command, I can run Melo TTS server in RK3588(arm v8)+Ubuntu22.04.
This is one key step: upgrade gradio after install dependencies, based on requirements.

conda create -n melotts python=3.9
conda melotts

git clone https://github.com/myshell-ai/MeloTTS.git
cd MeloTTS
python -m pip install -e .
pip install gradio --upgrade
python -m unidic download (might meet download time-out in China Mainland)
python melo/app.py

@ljf1999
Copy link
Author

ljf1999 commented Feb 21, 2025

Follow below command, I can run Melo TTS server in RK3588(arm v8)+Ubuntu22.04. This is one key step: upgrade gradio after install dependencies, based on requirements.

conda create -n melotts python=3.9 conda melotts

git clone https://github.com/myshell-ai/MeloTTS.git cd MeloTTS python -m pip install -e . pip install gradio --upgrade python -m unidic download (might meet download time-out in China Mainland) python melo/app.py

I am using RK3576, but following the steps you mentioned, the same problem still occurs

python melo/app.py
Make sure you've downloaded unidic (python -m unidic download) for this WebUI to work.
/home/linaro/miniconda3/envs/mt/lib/python3.9/site-packages/huggingface_hub/file_download.py:795: FutureWarning: resume_download is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use force_download=True.
warnings.warn(
Illegal instruction

@HarryBXie
Copy link

I have no idea about this issue, I can't duplicate your issue on my local EVB.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants