-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there any support Speaker diarisation #682
Comments
We have already supported it in sherpa-onnx Please see |
onnx diarization can be deployed in triton ?
|
no,.not yet |
Is there a complete example with ASR + Diarization integration to prod |
no |
If native pytorch fp16 model could fulfill your needs, you may try the triton python backend to deploy it. See https://github.com/triton-inference-server/tutorials/blob/main/HuggingFace/python_model_repository/python_vit/1/model.py. For onnx models, you may need to make some modifications. |
Will support be added for diarization?
The text was updated successfully, but these errors were encountered: