mlboydaisuke commited on
Commit
9814e44
·
verified ·
1 Parent(s): 1b1c434

Add config.json so the Hub can count downloads

Browse files
Files changed (1) hide show
  1. config.json +14 -0
config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "executorch-pte",
3
+ "format": "pte",
4
+ "framework": "ExecuTorch",
5
+ "source": "Qwen/Qwen3.5-0.8B",
6
+ "variants": [
7
+ {
8
+ "file": "qwen3_5_0_8b_xnnpack_8da4w_e8.pte",
9
+ "backend": "xnnpack",
10
+ "precision": "8da4w_e8"
11
+ }
12
+ ],
13
+ "note": "ExecuTorch .pte exports. See README.md for variant selection and run instructions."
14
+ }