Update app.py
Browse files
app.py
CHANGED
|
@@ -22,7 +22,7 @@ MODEL_MAP = {
|
|
| 22 |
"repo_id": "TheBloke/stablelm-zephyr-3b-GGUF",
|
| 23 |
"filename": "stablelm-zephyr-3b.Q4_K_M.gguf"
|
| 24 |
},
|
| 25 |
-
|
| 26 |
"repo_id": "TheBloke/stablelm-zephyr-3b-GGUF",
|
| 27 |
"filename": "stablelm-zephyr-3b.Q5_K_M.gguf"
|
| 28 |
}
|
|
|
|
| 22 |
"repo_id": "TheBloke/stablelm-zephyr-3b-GGUF",
|
| 23 |
"filename": "stablelm-zephyr-3b.Q4_K_M.gguf"
|
| 24 |
},
|
| 25 |
+
"heavy": {
|
| 26 |
"repo_id": "TheBloke/stablelm-zephyr-3b-GGUF",
|
| 27 |
"filename": "stablelm-zephyr-3b.Q5_K_M.gguf"
|
| 28 |
}
|