-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Installing on M1 system running Sequoia 15.7.3 and running the Qwen TTS check:
python -c "from qwen_tts import QwenTTS; print('Qwen3-TTS OK')"
I get the warning about flash-attn which is expected:
********
Warning: flash-attn is not installed. Will only run the manual PyTorch version. Please install flash-attn for faster inference.
********
And then:
Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError: cannot import name 'QwenTTS' from 'qwen_tts' (/Users/user/MimikaStudio/backend/venv/lib/python3.11/site-packages/qwen_tts/__init__.py)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working