Installation
How to instal this model?
Hey @Syams !
The models are designed to be used within our react-native-executorch package and will be released next monday.
But if you want to use them outside the package, then I created a sample script for you. You just need a Python environment with ExecuTorch. You can run them in C++ too.
Has it been released?
It is now available on nightly version of React Native ExecuTorch so you can experiment with it :)). We will release it formally in the next minor version at the end of August.
You can build React Native ExecuTorch on Windows, however the library targets edge devices. If you want to run and use the model on Windows itself, you need to implement the harness around the model execution using ExecuTorch, see: https://docs.pytorch.org/executorch/stable/getting-started.html.
