Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -19,8 +19,8 @@ hf_hub_download(
|
|
19 |
local_dir="./models"
|
20 |
)
|
21 |
hf_hub_download(
|
22 |
-
repo_id="
|
23 |
-
filename="
|
24 |
local_dir="./models"
|
25 |
)
|
26 |
|
|
|
19 |
local_dir="./models"
|
20 |
)
|
21 |
hf_hub_download(
|
22 |
+
repo_id="bartowski/Llama-3-8B-Instruct-262k-GGUF",
|
23 |
+
filename="Llama-3-8B-Instruct-262k-Q6_K.gguf",
|
24 |
local_dir="./models"
|
25 |
)
|
26 |
|