msluszniak commited on
Commit
f6416f7
·
verified ·
1 Parent(s): 0bd46b4

Add spec-compliant config.json files

Browse files
Files changed (1) hide show
  1. xnnpack/config.json +18 -0
xnnpack/config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "$schema": "https://huggingface.co/software-mansion/react-native-executorch-spec/resolve/main/config.schema.json",
3
+ "model": "craft",
4
+ "family": "craft",
5
+ "capabilities": [
6
+ "text-detection"
7
+ ],
8
+ "backend": "xnnpack",
9
+ "license": "mit",
10
+ "variants": [
11
+ {
12
+ "file": "craft_xnnpack_int8.pte",
13
+ "precision": "int8",
14
+ "quantized": true,
15
+ "default": true
16
+ }
17
+ ]
18
+ }