Installation

#1
by Syams - opened

How to instal this model?

Software Mansion org
edited 12 days ago

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?

Software Mansion org

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.

is it not available for Windows?
image

Software Mansion org

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.

Sign up or log in to comment