captain-awesome commited on
Commit
5bc7600
1 Parent(s): 77e44a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -113,7 +113,8 @@ def load_model():
113
  # # temperature=temperature, # type: ignore
114
  # )
115
  llm = CTransformers(
116
- model="TheBloke/Llama-2-70B-chat-GGUF",
 
117
  # model = "Deci/DeciLM-6b-instruct",
118
  callbacks=[StreamingStdOutCallbackHandler()]
119
  # model_type=model_type,
 
113
  # # temperature=temperature, # type: ignore
114
  # )
115
  llm = CTransformers(
116
+ model = "TheBloke/Mistral-7B-Instruct-v0.1-GGUF",
117
+ # model="TheBloke/Llama-2-70B-chat-GGUF",
118
  # model = "Deci/DeciLM-6b-instruct",
119
  callbacks=[StreamingStdOutCallbackHandler()]
120
  # model_type=model_type,