Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -13,8 +13,8 @@ llm = None
|
|
| 13 |
llm_model = None
|
| 14 |
|
| 15 |
hf_hub_download(
|
| 16 |
-
repo_id="
|
| 17 |
-
filename="Reflection-Llama-3.1-70B
|
| 18 |
local_dir = "./models"
|
| 19 |
)
|
| 20 |
|
|
|
|
| 13 |
llm_model = None
|
| 14 |
|
| 15 |
hf_hub_download(
|
| 16 |
+
repo_id="unsloth/Reflection-Llama-3.1-70B-GGUF",
|
| 17 |
+
filename="Reflection-Llama-3.1-70B.Q3_K_L.gguf",
|
| 18 |
local_dir = "./models"
|
| 19 |
)
|
| 20 |
|