benito47 commited on
Commit
0e1b000
·
verified ·
1 Parent(s): e3d9296

Update README.md

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