Update app.py
Browse files
app.py
CHANGED
|
@@ -10,7 +10,7 @@ chat_handler = MoondreamChatHandler.from_pretrained(
|
|
| 10 |
|
| 11 |
|
| 12 |
llm = Llama.from_pretrained(
|
| 13 |
-
repo_id="eybro/
|
| 14 |
filename="unsloth.Q4_K_M.gguf",
|
| 15 |
chat_handler=chat_handler,
|
| 16 |
n_ctx=2048,
|
|
|
|
| 10 |
|
| 11 |
|
| 12 |
llm = Llama.from_pretrained(
|
| 13 |
+
repo_id="eybro/model2",
|
| 14 |
filename="unsloth.Q4_K_M.gguf",
|
| 15 |
chat_handler=chat_handler,
|
| 16 |
n_ctx=2048,
|