Spaces:
Runtime error
Runtime error
captain-awesome
commited on
Commit
·
eb75f21
1
Parent(s):
32fb2ab
Update app.py
Browse files
app.py
CHANGED
@@ -113,7 +113,7 @@ def load_model():
|
|
113 |
# # temperature=temperature, # type: ignore
|
114 |
# )
|
115 |
llm = CTransformers(
|
116 |
-
model="TheBloke/Llama-2-
|
117 |
callbacks=[StreamingStdOutCallbackHandler()]
|
118 |
# model_type=model_type,
|
119 |
# max_new_tokens=max_new_tokens, # type: ignore
|
|
|
113 |
# # temperature=temperature, # type: ignore
|
114 |
# )
|
115 |
llm = CTransformers(
|
116 |
+
model="TheBloke/Llama-2-13B-chat-GGUF",
|
117 |
callbacks=[StreamingStdOutCallbackHandler()]
|
118 |
# model_type=model_type,
|
119 |
# max_new_tokens=max_new_tokens, # type: ignore
|