Create config.json
Browse files- config.json +4 -0
config.json
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_comment": "Root config file added primarily to enable download tracking for this repository containing multiple models/components in subfolders. Specific configurations may exist within subdirectories.",
|
| 3 |
+
"model_type": "custom"
|
| 4 |
+
}
|