YaTharThShaRma999 commited on
Commit
283164d
1 Parent(s): 2e61a35

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ if __name__ == "__main__":
25
  print(f"Number of threads available to the current process: {num_threads}")
26
  #url = 'https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML/resolve/main/llama-2-7b-chat.ggmlv3.q2_K.bin'
27
  #filename = wget.download(url)
28
- model_path= hf_hub_download(repo_id="LakoMoor/Sheared-LLaMA-1.3B-ShareGPT-GGUF", filename="sheared-llama-1.3b-sharegpt.Q4_K_S.gguf")
29
 
30
  llm2 = Llama(model_path=model_path, seed=random.randint(1, 2**31), use_mlock=False, n_threads=4)
31
  theme = gr.themes.Soft(
 
25
  print(f"Number of threads available to the current process: {num_threads}")
26
  #url = 'https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML/resolve/main/llama-2-7b-chat.ggmlv3.q2_K.bin'
27
  #filename = wget.download(url)
28
+ model_path= hf_hub_download(repo_id="brittlewis12/stablelm-2-zephyr-1_6b-GGUF", filename="stablelm-2-zephyr-1_6b.Q4_K_S.gguf")
29
 
30
  llm2 = Llama(model_path=model_path, seed=random.randint(1, 2**31), use_mlock=False, n_threads=4)
31
  theme = gr.themes.Soft(