Spaces:
Sleeping
Sleeping
Commit
·
15ba625
1
Parent(s):
3c6e4ba
Update src/backend/chatbot.py
Browse files- src/backend/chatbot.py +1 -1
src/backend/chatbot.py
CHANGED
@@ -35,7 +35,7 @@ def init_llm(model, demo_lite):
|
|
35 |
if demo_lite == False:
|
36 |
print("BP 5 : running full demo")
|
37 |
if model == "Llama2-7b_CPP":
|
38 |
-
model_path = "
|
39 |
print("model path: ", model_path)
|
40 |
llm = LlamaCPP(
|
41 |
# You can pass in the URL to a GGML model to download it automatically
|
|
|
35 |
if demo_lite == False:
|
36 |
print("BP 5 : running full demo")
|
37 |
if model == "Llama2-7b_CPP":
|
38 |
+
model_path = "src/models/llama-2-7b-chat.Q4_K_M.gguf"
|
39 |
print("model path: ", model_path)
|
40 |
llm = LlamaCPP(
|
41 |
# You can pass in the URL to a GGML model to download it automatically
|