benito47 commited on
Commit
93cb3e2
·
verified ·
1 Parent(s): dfaa6e9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -3
README.md CHANGED
@@ -1,3 +1,33 @@
1
- ---
2
- license: agpl-3.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: agpl-3.0
3
+ ---
4
+
5
+ # Introduction
6
+
7
+ This repository hosts the instance segmentation
8
+ [Yolo26](https://docs.ultralytics.com/tasks/segment/) 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.
29
+
30
+
31
+ # Licencing
32
+
33
+ Please note that Ultralytics shares YOLO under the AGPL-3.0 license. Due to the copyleft nature of this license, the models provided in this repository are also distributed under the terms of the AGPL-3.0.