Create model_index.json
Browse files- model_index.json +12 -0
model_index.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_index": [
|
| 3 |
+
{
|
| 4 |
+
"name": "llama_cpp_python-0.3.17",
|
| 5 |
+
"type": "other",
|
| 6 |
+
"files": [
|
| 7 |
+
{"filename": "llama_cpp_python-0.3.17-cp310-cp310-manylinux_2_17_x86_64.whl"}
|
| 8 |
+
],
|
| 9 |
+
"description": "Manylinux wheel for llama_cpp_python (Linux, Python 3.10)"
|
| 10 |
+
}
|
| 11 |
+
]
|
| 12 |
+
}
|