AbdelrahmanOmran commited on
Commit
6cb39b5
1 Parent(s): 84865dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ from langchain.memory import ConversationBufferMemory
14
  from langchain_community.llms import HuggingFaceEndpoint
15
  import torch
16
 
17
- list_llm = ["meta-llama/Meta-Llama-3-8B-Instruct", "mistralai/Mistral-7B-Instruct-v0.2"]
18
  list_llm_simple = [os.path.basename(llm) for llm in list_llm]
19
 
20
  # Load and split PDF document
 
14
  from langchain_community.llms import HuggingFaceEndpoint
15
  import torch
16
 
17
+ list_llm = ["unsloth/llama-3-8b-Instruct-bnb-4bit","meta-llama/Meta-Llama-3-8B-Instruct", "mistralai/Mistral-7B-Instruct-v0.2"]
18
  list_llm_simple = [os.path.basename(llm) for llm in list_llm]
19
 
20
  # Load and split PDF document