captain-awesome commited on
Commit
53c830b
·
1 Parent(s): 3f03187

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -114,7 +114,7 @@ def load_model():
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,
120
  # max_new_tokens=max_new_tokens, # 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,
120
  # max_new_tokens=max_new_tokens, # type: ignore