enpaiva commited on
Commit
8191a3f
·
verified ·
1 Parent(s): 4043b0f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import time
6
 
7
  os.system("pip install gradio, llama_index, ragatouille, llama-cpp-python")
8
  os.system("git clone https://github.com/EnPaiva93/think-paraguayo-space-aux.git")
9
- os.system("wget https://huggingface.co/thinkPy/gua-a_ft-v0.1_mistral-7b_GGUF/resolve/main/gua-a_mistral-7b_q4_K_M.gguf -O model.gguf")
10
 
11
  from llama_cpp import Llama
12
  import gradio as gr
 
6
 
7
  os.system("pip install gradio, llama_index, ragatouille, llama-cpp-python")
8
  os.system("git clone https://github.com/EnPaiva93/think-paraguayo-space-aux.git")
9
+ os.system("wget https://huggingface.co/thinkPy/gua-a_v0.2-dpo_mistral-7b_GGUF/resolve/main/gua-a_v0.2-dpo_mistral-7b_q4_K_M.gguf -O model.gguf")
10
 
11
  from llama_cpp import Llama
12
  import gradio as gr