Update README.md
Browse files
README.md
CHANGED
|
@@ -5,7 +5,7 @@ pipeline_tag: automatic-speech-recognition
|
|
| 5 |
|
| 6 |
# Introduction
|
| 7 |
|
| 8 |
-
This repository hosts the [whisper-tiny](https://huggingface.co/openai/whisper-tiny) model for the [React Native ExecuTorch](https://www.npmjs.com/package/react-native-executorch) library. It includes the model exported for
|
| 9 |
|
| 10 |
If you'd like to run these models in your own ExecuTorch runtime, refer to the [official documentation](https://pytorch.org/executorch/stable/index.html) for setup instructions.
|
| 11 |
|
|
|
|
| 5 |
|
| 6 |
# Introduction
|
| 7 |
|
| 8 |
+
This repository hosts the [whisper-tiny](https://huggingface.co/openai/whisper-tiny) model for the [React Native ExecuTorch](https://www.npmjs.com/package/react-native-executorch) library. It includes the model exported for XNNPACK, CoreML and MLX backends in `.pte` format, ready for use in the **ExecuTorch** runtime.
|
| 9 |
|
| 10 |
If you'd like to run these models in your own ExecuTorch runtime, refer to the [official documentation](https://pytorch.org/executorch/stable/index.html) for setup instructions.
|
| 11 |
|