Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ def getLLMResponse(form_input,email_sender,email_recipient,email_style):
|
|
19 |
|
20 |
#C Transformers is the Python library that provides bindings for transformer models implemented in C/C++ using the GGML library
|
21 |
|
22 |
-
llm = CTransformers(model='
|
23 |
model_type='llama',
|
24 |
config={'max_new_tokens': 256,
|
25 |
'temperature': 0.01})
|
|
|
19 |
|
20 |
#C Transformers is the Python library that provides bindings for transformer models implemented in C/C++ using the GGML library
|
21 |
|
22 |
+
llm = CTransformers(model='llama-2-7b-chat.ggmlv3.q8_0.bin', #https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML/tree/main
|
23 |
model_type='llama',
|
24 |
config={'max_new_tokens': 256,
|
25 |
'temperature': 0.01})
|