uyen13 commited on
Commit
65998f5
·
verified ·
1 Parent(s): c2b1f13

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ DB_FAISS_PATH = 'vectorstore/db_faiss'
18
  # Load the model of choice
19
  def load_llm():
20
  # url = "https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML/blob/main/llama-2-7b-chat.ggmlv3.q4_K_M.bin" # 2.87G
21
- url ="https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML/blob/main/llama-2-7b-chat.ggmlv3.q2_K.bin"
22
  model_loc, file_size = dl_hf_model(url)
23
 
24
  llm = CTransformers(
 
18
  # Load the model of choice
19
  def load_llm():
20
  # url = "https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML/blob/main/llama-2-7b-chat.ggmlv3.q4_K_M.bin" # 2.87G
21
+ url ="https://huggingface.co/skeskinen/llama-lite-134m/blob/main/pytorch_model.bin"
22
  model_loc, file_size = dl_hf_model(url)
23
 
24
  llm = CTransformers(