eybro commited on
Commit
f96f637
·
verified ·
1 Parent(s): b308f05

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ chat_handler = MoondreamChatHandler.from_pretrained(
10
 
11
 
12
  llm = Llama.from_pretrained(
13
- repo_id="eybro/model",
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,