mlboydaisuke commited on
Commit
1abd252
·
verified ·
1 Parent(s): cc57bcf

Add config.json so the Hub can count downloads

Browse files
Files changed (1) hide show
  1. config.json +29 -0
config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "executorch-pte",
3
+ "format": "pte",
4
+ "framework": "ExecuTorch",
5
+ "source": "xuebinqin/DIS + NimaBoscarino/IS-Net_DIS-general-use weights",
6
+ "inputs": [
7
+ [
8
+ 1,
9
+ 3,
10
+ 1024,
11
+ 1024
12
+ ]
13
+ ],
14
+ "variants": [
15
+ {
16
+ "file": "dis_isnet_coreml_all.pte",
17
+ "backend": "coreml",
18
+ "precision": "fp16",
19
+ "size_mb": 89.0
20
+ },
21
+ {
22
+ "file": "dis_isnet_xnnpack_fp32.pte",
23
+ "backend": "xnnpack",
24
+ "precision": "fp32",
25
+ "size_mb": 176.1
26
+ }
27
+ ],
28
+ "note": "ExecuTorch .pte exports. See README.md for variant selection and run instructions."
29
+ }