ericbanzuzi commited on
Commit
5b61195
·
1 Parent(s): 93c7e01

update model

Browse files
Files changed (2) hide show
  1. .gitignore +1 -0
  2. app.py +1 -1
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ .venv
app.py CHANGED
@@ -2,7 +2,7 @@ from llama_cpp import Llama
2
  import gradio as gr
3
 
4
  llm = Llama.from_pretrained(
5
- repo_id="ericbanzuzi/baseline_llm",
6
  filename="unsloth.Q4_K_M.gguf",
7
  )
8
 
 
2
  import gradio as gr
3
 
4
  llm = Llama.from_pretrained(
5
+ repo_id="ericbanzuzi/test_script_llm_gguf",
6
  filename="unsloth.Q4_K_M.gguf",
7
  )
8