Add root config.json (Hub download-stats query file + framework pointer)
Browse files- config.json +7 -0
config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "coreai-aimodel",
|
| 3 |
+
"format": "aimodel",
|
| 4 |
+
"framework": "Apple Core AI (iOS 27 / macOS 27)",
|
| 5 |
+
"repository": "https://github.com/john-rocky/coreai-model-zoo",
|
| 6 |
+
"note": "Converted .aimodel bundles for Apple's Core AI framework. See README.md for the bundle layout and run instructions."
|
| 7 |
+
}
|