mlboydaisuke commited on
Commit
0c4fa7f
·
verified ·
1 Parent(s): 78f861a

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": "advimman/lama + smartywu/big-lama weights",
6
+ "inputs": [
7
+ [
8
+ 1,
9
+ 3,
10
+ 512,
11
+ 512
12
+ ],
13
+ [
14
+ 1,
15
+ 1,
16
+ 512,
17
+ 512
18
+ ]
19
+ ],
20
+ "variants": [
21
+ {
22
+ "file": "lama_512_xnnpack_fp32.pte",
23
+ "backend": "xnnpack",
24
+ "precision": "fp32",
25
+ "size_mb": 204.8
26
+ }
27
+ ],
28
+ "note": "ExecuTorch .pte exports. See README.md for variant selection and run instructions."
29
+ }