Add config.json so the Hub can count downloads
Browse files- 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 |
+
}
|