gokaygokay commited on
Commit
9f6b4b5
1 Parent(s): 60a0caa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -18,7 +18,11 @@ hf_hub_download(
18
  local_dir = "./models"
19
  )
20
 
21
-
 
 
 
 
22
 
23
  def get_messages_formatter_type(model_name):
24
  if "Llama" in model_name:
@@ -100,6 +104,7 @@ def respond(
100
 
101
  description = """<p><center>
102
  <a href="https://huggingface.co/mattshumer/ref_70_e3" target="_blank">[Reflection Llama 3.1 70B Correct Weights]</a>
 
103
  <a href="https://huggingface.co/bartowski/Reflection-Llama-3.1-70B-GGUF" target="_blank">[Reflection-Llama-3.1-70B-GGUF]</a>
104
 
105
  </center></p>
 
18
  local_dir = "./models"
19
  )
20
 
21
+ hf_hub_download(
22
+ repo_id="bartowski/Reflection-Llama-3.1-70B-GGUF",
23
+ filename="Reflection-Llama-3.1-70B.imatrix",
24
+ local_dir = "./random"
25
+ )
26
 
27
  def get_messages_formatter_type(model_name):
28
  if "Llama" in model_name:
 
104
 
105
  description = """<p><center>
106
  <a href="https://huggingface.co/mattshumer/ref_70_e3" target="_blank">[Reflection Llama 3.1 70B Correct Weights]</a>
107
+ <a href="https://huggingface.co/mattshumer/Reflection-Llama-3.1-70B" target="_blank">[Old Repo]</a>
108
  <a href="https://huggingface.co/bartowski/Reflection-Llama-3.1-70B-GGUF" target="_blank">[Reflection-Llama-3.1-70B-GGUF]</a>
109
 
110
  </center></p>