IS02 commited on
Commit
eb9cb3f
·
verified ·
1 Parent(s): 31de14c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 xnnpack backend 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
 
 
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