GSridhar1982 commited on
Commit
a858e38
·
verified ·
1 Parent(s): b9bda39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from llama_cpp import Llama
4
  # Load the Llama model
5
  llm = Llama.from_pretrained(
6
  repo_id="GSridhar1982/QA_Llama31_Quantized_GGUF",
7
- filename="GGUF_FILE",
8
  )
9
 
10
  def generate_response(user_input):
 
4
  # Load the Llama model
5
  llm = Llama.from_pretrained(
6
  repo_id="GSridhar1982/QA_Llama31_Quantized_GGUF",
7
+ filename="QA_llama31_unsloth.Q4_K_M.gguf",
8
  )
9
 
10
  def generate_response(user_input):