mintaeng commited on
Commit
63b5e64
1 Parent(s): aa08a11

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ from langchain.document_loaders import PyPDFLoader
10
  import gradio as gr
11
 
12
 
13
- local_llm = "Dongwookss/zephyr_tuning-gguf/blob/main/zephyr_tuning_small_finish_Q5_K_M.gguf"
14
 
15
  config = {
16
  'max_new_tokens': 2048,
 
10
  import gradio as gr
11
 
12
 
13
+ local_llm = "final_model_maybe_gguf-unsloth.Q5_K_M.gguf"
14
 
15
  config = {
16
  'max_new_tokens': 2048,