pabloce commited on
Commit
7a8d64c
·
verified ·
1 Parent(s): ac7a09d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ subprocess.run('pip install llama-cpp-python==0.2.75 --extra-index-url https://a
8
  subprocess.run('pip install llama-cpp-agent==0.2.10', shell=True)
9
 
10
  hf_hub_download(repo_id="bartowski/Meta-Llama-3-70B-Instruct-GGUF", filename="Meta-Llama-3-70B-Instruct-Q3_K_M.gguf", local_dir = "./models")
11
- hf_hub_download(repo_id="bartowski/Smaug-Llama-3-70B-Instruct-GGUF", filename="Smaug-Llama-3-70B-Instruct-Q3_K_M.gguf", local_dir = "./models")
12
 
13
  @spaces.GPU(duration=120)
14
  def respond(
 
8
  subprocess.run('pip install llama-cpp-agent==0.2.10', shell=True)
9
 
10
  hf_hub_download(repo_id="bartowski/Meta-Llama-3-70B-Instruct-GGUF", filename="Meta-Llama-3-70B-Instruct-Q3_K_M.gguf", local_dir = "./models")
11
+ hf_hub_download(repo_id="bartowski/Einstein-v6.1-Llama3-8B-GGUF", filename="Einstein-v6.1-Llama3-8B-Q6_K.gguf", local_dir = "./models")
12
 
13
  @spaces.GPU(duration=120)
14
  def respond(