captain-awesome commited on
Commit
77e44a5
·
1 Parent(s): 53c830b

Update app.py

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