Add root config.json to enable Hub download counting
Browse files- config.json +7 -0
config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "qhexrt",
|
| 3 |
+
"name": "deepseek_r1_distill_qwen_1_5b_HNPU",
|
| 4 |
+
"framework": "qhexrt",
|
| 5 |
+
"runtime": "qnn-htp",
|
| 6 |
+
"_note": "Root config.json present so the Hugging Face Hub counts downloads (default query file for repos without a registered library)."
|
| 7 |
+
}
|