GSridhar1982 commited on
Commit
408ac44
1 Parent(s): f51df2c

Modified model path

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import subprocess
4
  from llama_cpp import Llama
5
 
6
  # Initialize the model
7
- model = Llama(model_path="GSridhar1982/QA_Llama31_Quantized_GGUF")
8
 
9
  def generate_response(prompt):
10
  response = model.create_chat_completion(messages=[{"role": "user", "content": prompt}])
 
4
  from llama_cpp import Llama
5
 
6
  # Initialize the model
7
+ model = Llama(model_path="QA_Llama31_Quantized_GGUF")
8
 
9
  def generate_response(prompt):
10
  response = model.create_chat_completion(messages=[{"role": "user", "content": prompt}])