benito47 commited on
Commit
b87fc01
·
verified ·
1 Parent(s): 1d7d3a5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -3
README.md CHANGED
@@ -1,3 +1,32 @@
1
- ---
2
- license: agpl-3.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: agpl-3.0
3
+ ---
4
+
5
+ # Introduction
6
+
7
+ This repository hosts the object detection [Yolo26](https://docs.ultralytics.com/tasks/detect/)
8
+ models for the [React Native
9
+ ExecuTorch](https://www.npmjs.com/package/react-native-executorch) library. It
10
+ includes the model exported for xnnpack in `.pte` format, ready for use in the
11
+ **ExecuTorch** runtime.
12
+
13
+ If you'd like to run these models in your own ExecuTorch runtime, refer to the
14
+ [official documentation](https://pytorch.org/executorch/stable/index.html) for
15
+ setup instructions.
16
+
17
+ ## Compatibility
18
+
19
+ If you intend to use this models outside of React Native ExecuTorch, make sure
20
+ your runtime is compatible with the **ExecuTorch** version used to export the
21
+ `.pte` files. For more details, see the compatibility note in the [ExecuTorch
22
+ GitHub
23
+ repository](https://github.com/pytorch/executorch/blob/11d1742fdeddcf05bc30a6cfac321d2a2e3b6768/runtime/COMPATIBILITY.md?plain=1#L4).
24
+ If you work with React Native ExecuTorch, the constants shipped with the library
25
+ will guarantee compatibility with runtime used behind the scenes.
26
+
27
+ These models were exported using **ExecuTorch** version 1.1.0 and **no forward
28
+ compatibility** is guaranteed. Older versions of the runtime may not work with
29
+ these files.
30
+
31
+
32
+ - The `.pte` file should be passed to the `modelSource` parameter.