Open ChadSwenson opened 4 months ago
Thanks @ChadSwenson , indeed there has been some refactoring of the plugins occurring for Agent Studio - just committed this fix in https://github.com/dusty-nv/NanoLLM/commit/94e690cea759b64da2a9b582f042c8b13aa03172
If you have problems using the container on main branch, you can fallback to running nano_llm container from previous archived release (24.6 was the most recent at this time) - https://hub.docker.com/r/dustynv/nano_llm/tags
The following commit seems to move several speech related plugins from the audio directory to a new speech directory: Hash: 31ad117619ff12f21f841484fcdf963b1512b159 Message: "updated plugins" Date: 2024/06/12 @ 9:50 PM
Trying to run any example that uses riva asr now give the following error:
I am able to resolve this issue for Riva by modifying the imports in the following files: /opt/NanoLLM/nano_llm/plugins/speech/auto_asr.py line 34 /opt/NanoLLM/nano_llm/plugins/speech/auto_tts.py lines 44-46
Changing "audio" to "speech" to match the directory changes in the provided git commit allows the riva asr and tts plugins to work.