Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ def set_custom_prompt():
|
|
23 |
|
24 |
def load_llm():
|
25 |
llm = CTransformers(
|
26 |
-
model="
|
27 |
model_type="llama",
|
28 |
max_new_tokens=512,
|
29 |
temperature=0.5
|
|
|
23 |
|
24 |
def load_llm():
|
25 |
llm = CTransformers(
|
26 |
+
model="llama-2-7b-chat.ggmlv3.q8_0.bin",
|
27 |
model_type="llama",
|
28 |
max_new_tokens=512,
|
29 |
temperature=0.5
|