Remove GPTQ models as quantizationMethod can be added to modal.json
Browse files- limited.json +1 -24
limited.json
CHANGED
@@ -1,27 +1,4 @@
|
|
1 |
{
|
2 |
-
"inference": {
|
3 |
-
"model": [
|
4 |
-
{
|
5 |
-
"id": "TheBloke/Genz-70b-GPTQ",
|
6 |
-
"minTgiVersion": "9.9.9"
|
7 |
-
},
|
8 |
-
{
|
9 |
-
"id": "TheBloke/Platypus2-70B-Instruct-GPTQ",
|
10 |
-
"minTgiVersion": "9.9.9"
|
11 |
-
},
|
12 |
-
{
|
13 |
-
"id": "TheBloke/Airoboros-L2-70B-2.1-GPTQ",
|
14 |
-
"minTgiVersion": "9.9.9"
|
15 |
-
},
|
16 |
-
{
|
17 |
-
"id": "TheBloke/Lemur-70B-Chat-v1-GPTQ",
|
18 |
-
"minTgiVersion": "9.9.9"
|
19 |
-
},
|
20 |
-
{
|
21 |
-
"id": "TheBloke/WizardLM-70B-V1.0-GPTQ",
|
22 |
-
"minTgiVersion": "9.9.9"
|
23 |
-
}
|
24 |
-
]
|
25 |
-
},
|
26 |
"training": {}
|
27 |
}
|
|
|
1 |
{
|
2 |
+
"inference": {},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
"training": {}
|
4 |
}
|