Traceback (most recent call last):
File “/usr/local/bin/riva-build”, line 8, in
sys.exit(build())
File “/usr/local/lib/python3.8/dist-packages/servicemaker/cli/build.py”, line 97, in build
pipeline_config.init_from(nm.get_config())
File “/usr/local/lib/python3.8/dist-packages/servicemaker/pipelines/tts.py”, line 228, in init_from
tt_config = src_config[‘text_tokenizer’][‘g2p’]
KeyError: ‘g2p’
There were some issue with the nemo2riva conversion with earlier version, can you try the nemo2riva conversion using the below suggested method and let us know if it helps solve your issue
Start the Container (Before starting make sure to add the nemo model and nemo2riva-2.8.1-py3-none-any.whl wheel file from quickstart into the volume i.e <nemo_github_folder> of below command )