bhanc commited on
Commit
2d79623
·
1 Parent(s): c31b9a3

Update README

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md CHANGED
@@ -1,3 +1,28 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+
5
+ # Introduction
6
+
7
+ This repository hosts the semantic segmentation
8
+ [LRASPP](https://docs.pytorch.org/vision/main/models/lraspp.html) models
9
+ for the [React Native
10
+ ExecuTorch](https://www.npmjs.com/package/react-native-executorch) library. It
11
+ includes models exported for xnnpack in `.pte` format, ready for use in the
12
+ **ExecuTorch** runtime.
13
+
14
+ If you'd like to run these models in your own ExecuTorch runtime, refer to the
15
+ [official documentation](https://pytorch.org/executorch/stable/index.html) for
16
+ setup instructions.
17
+
18
+ # Compatibility
19
+
20
+ If you intend to use these models outside of React Native ExecuTorch, make sure
21
+ your runtime is compatible with the ExecuTorch version used to export the `.pte`
22
+ files. For more details, see the compatibility note in the ExecuTorch GitHub
23
+ repository. If you work with React Native ExecuTorch, the constants from the
24
+ library will guarantee compatibility with runtime used behind the scenes.
25
+
26
+ These models were exported using **ExecuTorch** version 1.1.0 and no forward
27
+ compatibility is guaranteed. Older versions of the runtime may not work with
28
+ these files.