Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ DB_FAISS_PATH = 'vectorstore/db_faiss'
|
|
13 |
def load_llm():
|
14 |
# Load the locally downloaded model here
|
15 |
llm = CTransformers(
|
16 |
-
model = "llama-2-7b-chat.ggmlv3.q8_0.bin",
|
17 |
model_type="llama",
|
18 |
max_new_tokens = 256,
|
19 |
temperature = 0.2
|
|
|
13 |
def load_llm():
|
14 |
# Load the locally downloaded model here
|
15 |
llm = CTransformers(
|
16 |
+
model = "https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML/blob/main/llama-2-7b-chat.ggmlv3.q8_0.bin",
|
17 |
model_type="llama",
|
18 |
max_new_tokens = 256,
|
19 |
temperature = 0.2
|