Manasa1 commited on
Commit
949c40f
·
verified ·
1 Parent(s): 0120d98

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ def set_custom_prompt():
23
 
24
  def load_llm():
25
  llm = CTransformers(
26
- model="C:/Users/sanath/Downloads/llama-2-7b-chat.ggmlv3.q8_0.bin",
27
  model_type="llama",
28
  max_new_tokens=512,
29
  temperature=0.5
 
23
 
24
  def load_llm():
25
  llm = CTransformers(
26
+ model="llama-2-7b-chat.ggmlv3.q8_0.bin",
27
  model_type="llama",
28
  max_new_tokens=512,
29
  temperature=0.5