captain-awesome commited on
Commit
eb75f21
·
1 Parent(s): 32fb2ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -113,7 +113,7 @@ def load_model():
113
  # # temperature=temperature, # type: ignore
114
  # )
115
  llm = CTransformers(
116
- model="TheBloke/Llama-2-7B-Chat-GGML",
117
  callbacks=[StreamingStdOutCallbackHandler()]
118
  # model_type=model_type,
119
  # max_new_tokens=max_new_tokens, # type: ignore
 
113
  # # temperature=temperature, # type: ignore
114
  # )
115
  llm = CTransformers(
116
+ model="TheBloke/Llama-2-13B-chat-GGUF",
117
  callbacks=[StreamingStdOutCallbackHandler()]
118
  # model_type=model_type,
119
  # max_new_tokens=max_new_tokens, # type: ignore