danidanidani
commited on
Commit
·
2474cf5
1
Parent(s):
37c00da
Update src/backend/chatbot.py
Browse files- src/backend/chatbot.py +1 -1
src/backend/chatbot.py
CHANGED
@@ -26,7 +26,7 @@ model = 'Llama2-7B_CPP'
|
|
26 |
|
27 |
# initialize model
|
28 |
if model == 'Llama2-7B_CPP':
|
29 |
-
model_path = "
|
30 |
llm = LlamaCPP(
|
31 |
# You can pass in the URL to a GGML model to download it automatically
|
32 |
#model_url=model_url,
|
|
|
26 |
|
27 |
# initialize model
|
28 |
if model == 'Llama2-7B_CPP':
|
29 |
+
model_path = "src/models/llama-2-7b-chat.Q4_K_M.gguf"
|
30 |
llm = LlamaCPP(
|
31 |
# You can pass in the URL to a GGML model to download it automatically
|
32 |
#model_url=model_url,
|