captain-awesome commited on
Commit
2abf9ae
·
1 Parent(s): a1a6c53

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -116,7 +116,8 @@ def load_model():
116
  # )
117
  llm = CTransformers(
118
  model = "TheBloke/Mistral-7B-Instruct-v0.1-GGUF",
119
- model_file = "mistral-7b-instruct-v0.1.Q8_0.gguf",
 
120
  # model="TheBloke/Llama-2-70B-chat-GGUF",
121
  # model = "Deci/DeciLM-6b-instruct",
122
  callbacks=[StreamingStdOutCallbackHandler()]
 
116
  # )
117
  llm = CTransformers(
118
  model = "TheBloke/Mistral-7B-Instruct-v0.1-GGUF",
119
+ # model_file = "mistral-7b-instruct-v0.1.Q8_0.gguf",
120
+ model_file = "mistral-7b-instruct-v0.1.Q4_0.gguf",
121
  # model="TheBloke/Llama-2-70B-chat-GGUF",
122
  # model = "Deci/DeciLM-6b-instruct",
123
  callbacks=[StreamingStdOutCallbackHandler()]