IS02 commited on
Commit
732d5af
·
verified ·
1 Parent(s): 393118d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -7,7 +7,7 @@ pipeline_tag: automatic-speech-recognition
7
 
8
  # Introduction
9
 
10
- This repository hosts the [whisper-base.en](https://huggingface.co/openai/whisper-base.en) 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.
11
 
12
  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.
13
 
 
7
 
8
  # Introduction
9
 
10
+ This repository hosts the [whisper-base.en](https://huggingface.co/openai/whisper-base.en) 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.
11
 
12
  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.
13