zac commited on
Commit
928d6ad
·
1 Parent(s): 060e1c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ from langchain.memory import ConversationBufferMemory
15
  from langchain.chains import ConversationalRetrievalChain
16
 
17
 
18
- llm = Llama(model_path= hf_hub_download(repo_id="TheBloke/Airoboros-L2-7B-2.2-GGUF", filename="airoboros-l2-7b-2.2.Q4_K_M.gguf"), n_ctx=2048) #download model from hf/ n_ctx=2048 for high ccontext length
19
 
20
  history = []
21
 
 
15
  from langchain.chains import ConversationalRetrievalChain
16
 
17
 
18
+ llm = Llama(model_path= hf_hub_download(repo_id="TheBloke/LlongOrca-13B-16K-GGUF", filename="llongorca-13b-16k.Q4_K_M.gguf"), n_ctx=2048) #download model from hf/ n_ctx=2048 for high ccontext length
19
 
20
  history = []
21