Atulit21 commited on
Commit
240ee04
·
verified ·
1 Parent(s): 3c572a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import gradio as gr
6
  def GetLlamaResponse(topic):
7
  llm = CTransformers(
8
  model_type="llama",
9
- model="/home/arnav-fedora/Blog_Generation/model/llama-2-7b-chat.ggmlv3.q8_0.bin",
10
  config={"max_new_tokens": 256, "temperature": 0.4},
11
  )
12
  template = """
 
6
  def GetLlamaResponse(topic):
7
  llm = CTransformers(
8
  model_type="llama",
9
+ model="llama-2-7b-chat.ggmlv3.q8_0.bin",
10
  config={"max_new_tokens": 256, "temperature": 0.4},
11
  )
12
  template = """