I noticed this pull request
#55
I was trying to convert a canary model to riva. But even with that I can't easily do the conversion.
Shouldn't we be able to use it like this?
huggingface-cli download --local-dir ./models/ nvidia/canary-1b
nemo2riva --out ./models/canary-1b.riva ./models/canary-1b.nemo
To begin I noticed that in hugginface models
target: nemo.collections.asr.models.aed_multitask_models.EncDecMultiTaskModel
while the schema there was expecting nemo.collections.asr.models.EncDecMultiTaskModel
Should I get the models from other source? Should I use another branch? Or we need to write new validation rules?
Regards,
Alexandre
I noticed this pull request
#55
I was trying to convert a canary model to riva. But even with that I can't easily do the conversion.
Shouldn't we be able to use it like this?
To begin I noticed that in hugginface models
while the schema there was expecting
nemo.collections.asr.models.EncDecMultiTaskModelShould I get the models from other source? Should I use another branch? Or we need to write new validation rules?
Regards,
Alexandre