mlboydaisuke commited on
Commit
87fb708
·
verified ·
1 Parent(s): b4ba7a3

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": "torchvision raft_small (C_T_V2, FlyingChairs + FlyingThings3D)",
6
+ "inputs": [
7
+ [
8
+ 1,
9
+ 3,
10
+ 384,
11
+ 512
12
+ ],
13
+ [
14
+ 1,
15
+ 3,
16
+ 384,
17
+ 512
18
+ ]
19
+ ],
20
+ "variants": [
21
+ {
22
+ "file": "raft_small_xnnpack_fp32.pte",
23
+ "backend": "xnnpack",
24
+ "precision": "fp32",
25
+ "size_mb": 4.4
26
+ }
27
+ ],
28
+ "note": "ExecuTorch .pte exports. See README.md for variant selection and run instructions."
29
+ }