Kathirsci commited on
Commit
252803a
·
verified ·
1 Parent(s): ffaaa3a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ import os
10
 
11
  # Load model and embeddings
12
  embedding_model = HuggingFaceEmbeddings(model_name="sentence-transformers/all-MiniLM-L6-v2", device="cpu")
13
- llm = HuggingFaceLLM(model_name="llama2")
14
 
15
  def process_pdf_and_summarize(file):
16
  try:
 
10
 
11
  # Load model and embeddings
12
  embedding_model = HuggingFaceEmbeddings(model_name="sentence-transformers/all-MiniLM-L6-v2", device="cpu")
13
+ llm = HuggingFaceLLM(model_name="meta-llama/Meta-Llama-3.1-8B-Instruct")
14
 
15
  def process_pdf_and_summarize(file):
16
  try: