Support whisper models (#238)
This commit is contained in:
9
scripts/whisper/README.md
Normal file
9
scripts/whisper/README.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# Introduction
|
||||
|
||||
This folder contains code showing how to convert [Whisper][whisper] to onnx
|
||||
and use onnxruntime to replace PyTorch for speech recognition.
|
||||
|
||||
You can use [sherpa-onnx][sherpa-onnx] to run the converted model.
|
||||
|
||||
[whisper]: https://github.com/openai/whisper
|
||||
[sherpa-onnx]: https://github.com/k2-fsa/sherpa-onnx
|
||||
Reference in New Issue
Block a user