kartikeyarana commited on
Commit
6157748
·
verified ·
1 Parent(s): 5ea432b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -58,10 +58,10 @@ def main():
58
  docsearch = FAISS.from_documents(text_chunks, embeddings)
59
  docsearch.save_local(DB_FAISS_PATH)
60
 
61
- llm = CTransformers(model="meta-llama/Llama-2-7b-chat-hf",
62
- model_type="llama",
63
- max_new_tokens=512,
64
- temperature=0.1)
65
 
66
  llm = CTransformers(model="meta-llama/Llama-2-7b-chat-hf")
67
 
 
58
  docsearch = FAISS.from_documents(text_chunks, embeddings)
59
  docsearch.save_local(DB_FAISS_PATH)
60
 
61
+ #llm = CTransformers(model="meta-llama/Llama-2-7b-chat-hf",
62
+ # model_type="llama",
63
+ # max_new_tokens=512,
64
+ # temperature=0.1)
65
 
66
  llm = CTransformers(model="meta-llama/Llama-2-7b-chat-hf")
67