zac commited on
Commit
1c7a4e8
·
1 Parent(s): 2ee138e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ from huggingface_hub import hf_hub_download #load from huggingfaces
8
 
9
 
10
  llm = Llama(model_path= hf_hub_download(repo_id="TheBloke/orca_mini_3B-GGML", filename="orca-mini-3b.ggmlv3.q4_1.bin"), n_ctx=2048) #download model from hf/ n_ctx=2048 for high ccontext length
11
- print ("repo_id", repo_id)
12
  history = []
13
 
14
  pre_prompt = " The user and the AI are having a conversation : "
 
8
 
9
 
10
  llm = Llama(model_path= hf_hub_download(repo_id="TheBloke/orca_mini_3B-GGML", filename="orca-mini-3b.ggmlv3.q4_1.bin"), n_ctx=2048) #download model from hf/ n_ctx=2048 for high ccontext length
11
+
12
  history = []
13
 
14
  pre_prompt = " The user and the AI are having a conversation : "