mlx-audio
mlx-audio copied to clipboard
Error loading model: Module.load_weights() got an unexpected keyword argument 'weights'
When I try the command:
mlx_audio.tts.generate --text "Hello, world"
I'm having this response:
rror loading model: Module.load_weights() got an unexpected keyword argument 'weights'
Traceback (most recent call last):
File "/Users/pauperales/miniconda3/lib/python3.11/site-packages/mlx_audio/tts/generate.py", line 92, in generate_audio
model = load_model(model_path=model_path)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/pauperales/miniconda3/lib/python3.11/site-packages/mlx_audio/tts/utils.py", line 201, in load_model
model.load_weights(**kwargs)
TypeError: Module.load_weights() got an unexpected keyword argument 'weights'
What version on MLX-audio are you using ?
Closing it as stale
The last version