akhud commited on
Commit
9c55ff8
1 Parent(s): 5d7b838

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ def getLLamaresponse(input_text,no_words,blog_style):
9
 
10
  # Load model directly
11
 
12
- model_1 = AutoModel.from_pretrained("TheBloke/Llama-2-7B-Chat-GGML")
13
 
14
  ### LLama2 model
15
  llm=CTransformers(model=model_1,
 
9
 
10
  # Load model directly
11
 
12
+ model_1 = AutoModel.from_pretrained("TheBloke/Llama-2-7B-Chat-GGML/llama-2-7b-chat.ggmlv3.q8_0.bin")
13
 
14
  ### LLama2 model
15
  llm=CTransformers(model=model_1,