Spaces:
Runtime error
Runtime error
Commit
·
77e44a5
1
Parent(s):
53c830b
Update app.py
Browse files
app.py
CHANGED
@@ -113,8 +113,8 @@ def load_model():
|
|
113 |
# # temperature=temperature, # type: ignore
|
114 |
# )
|
115 |
llm = CTransformers(
|
116 |
-
|
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
|