Spaces:
Runtime error
Runtime error
Commit ·
7754aed
1
Parent(s): cfcd9a2
Update app.py
Browse files
app.py
CHANGED
|
@@ -118,7 +118,7 @@ def load_model():
|
|
| 118 |
# )
|
| 119 |
llm = CTransformers(
|
| 120 |
# model = "TheBloke/Mistral-7B-Instruct-v0.1-GGUF",
|
| 121 |
-
model = "TheBloke/zephyr-7B-beta-GGUF"
|
| 122 |
# model_file = "mistral-7b-instruct-v0.1.Q8_0.gguf",
|
| 123 |
model_file = "zephyr-7b-beta.Q4_0.gguf",
|
| 124 |
# model="TheBloke/Llama-2-70B-chat-GGUF",
|
|
|
|
| 118 |
# )
|
| 119 |
llm = CTransformers(
|
| 120 |
# model = "TheBloke/Mistral-7B-Instruct-v0.1-GGUF",
|
| 121 |
+
model = "TheBloke/zephyr-7B-beta-GGUF",
|
| 122 |
# model_file = "mistral-7b-instruct-v0.1.Q8_0.gguf",
|
| 123 |
model_file = "zephyr-7b-beta.Q4_0.gguf",
|
| 124 |
# model="TheBloke/Llama-2-70B-chat-GGUF",
|