Krzysztof Krystian Jankowski commited on
Commit
5cd0699
1 Parent(s): 076a09d

thebloke model link

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from langchain_community.llms import CTransformers
5
  # load the model
6
 
7
  def getLlamaResponse(input_text, no_words, blog_style):
8
- llm=CTransformers(model='models/tinyllama-1.1b-chat-v1.0.Q4_K_M.gguf',
9
  model_type='llama',
10
  config={'max_new_tokens':256, 'temperature':0.2})
11
 
 
5
  # load the model
6
 
7
  def getLlamaResponse(input_text, no_words, blog_style):
8
+ llm=CTransformers(model='TheBloke/TinyLlama-1.1B-Chat-v1.0-GGUF',
9
  model_type='llama',
10
  config={'max_new_tokens':256, 'temperature':0.2})
11