Create config.json
Browse files- config.json +10 -0
config.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"prettyLabel": "genQC",
|
3 |
+
"repoName": "genQC",
|
4 |
+
"repoUrl": "https://github.com/FlorianFuerrutter/genQC",
|
5 |
+
"docsUrl": "https://florianfuerrutter.github.io/genQC/",
|
6 |
+
"countDownloads":
|
7 |
+
{
|
8 |
+
"terms": { "path": ["model.pt", "model.safetensors"] }
|
9 |
+
}
|
10 |
+
}
|