Spaces:
Runtime error
Runtime error
Prasanna18
commited on
Commit
•
3d250aa
1
Parent(s):
1d03928
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ embeddings = HuggingFaceEmbeddings(model_name="sentence-transformers/all-MiniLM-
|
|
34 |
|
35 |
vector_store = FAISS.from_documents(text_chunks,embeddings)
|
36 |
|
37 |
-
llm = CTransformers(model="llama-2-7b-chat.ggmlv3.q4_0.bin",model_type="llama",
|
38 |
config={'max_new_tokens':128,'temperature':0.01})
|
39 |
|
40 |
memory = ConversationBufferMemory(memory_key="chat_history", return_messages=True)
|
|
|
34 |
|
35 |
vector_store = FAISS.from_documents(text_chunks,embeddings)
|
36 |
|
37 |
+
llm = CTransformers(model="llama-2-7b-chat.ggmlv3.q4_0 10.47.24 AM.bin",model_type="llama",
|
38 |
config={'max_new_tokens':128,'temperature':0.01})
|
39 |
|
40 |
memory = ConversationBufferMemory(memory_key="chat_history", return_messages=True)
|