Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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>
|