pabloce commited on
Commit
e85878e
·
verified ·
1 Parent(s): 777a931

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from huggingface_hub import hf_hub_download
7
  subprocess.run('pip install llama-cpp-python==0.2.75 --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cu124', shell=True)
8
  subprocess.run('pip install llama-cpp-agent==0.2.10', shell=True)
9
 
10
- hf_hub_download(repo_id="TheBloke/Mistral-7B-Instruct-v0.2-GGUF", filename="mistral-7b-instruct-v0.2.Q6_K.gguf", local_dir = "./models")
11
 
12
  @spaces.GPU(duration=120)
13
  def respond(
 
7
  subprocess.run('pip install llama-cpp-python==0.2.75 --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cu124', shell=True)
8
  subprocess.run('pip install llama-cpp-agent==0.2.10', shell=True)
9
 
10
+ hf_hub_download(repo_id="TheBloke/Mixtral-8x7B-Instruct-v0.1-GGUF", filename="mixtral-8x7b-instruct-v0.1.Q5_K_M.gguf", local_dir = "./models")
11
 
12
  @spaces.GPU(duration=120)
13
  def respond(