Add format information
Browse files- formats.json +18 -0
formats.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"formats": {
|
| 3 |
+
"safetensors": {
|
| 4 |
+
"available": true
|
| 5 |
+
},
|
| 6 |
+
"gguf": {
|
| 7 |
+
"available": true,
|
| 8 |
+
"quantizations": [
|
| 9 |
+
"Q4_K_M",
|
| 10 |
+
"Q8_0"
|
| 11 |
+
]
|
| 12 |
+
},
|
| 13 |
+
"mlx": {
|
| 14 |
+
"available": false
|
| 15 |
+
}
|
| 16 |
+
},
|
| 17 |
+
"size_estimate": "235B (22B active)"
|
| 18 |
+
}
|