Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -30,11 +30,11 @@ hf_hub_download(
|
|
30 |
filename="Mistral-7B-Instruct-v0.3-Q6_K.gguf",
|
31 |
local_dir="./models"
|
32 |
)
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
|
39 |
css = """
|
40 |
.message-row {
|
|
|
30 |
filename="Mistral-7B-Instruct-v0.3-Q6_K.gguf",
|
31 |
local_dir="./models"
|
32 |
)
|
33 |
+
hf_hub_download(
|
34 |
+
repo_id="bartowski/Meta-Llama-3-8B-Instruct-GGUF",
|
35 |
+
filename="Meta-Llama-3-8B-Instruct-Q6_K.gguf",
|
36 |
+
local_dir="./models"
|
37 |
+
)
|
38 |
|
39 |
css = """
|
40 |
.message-row {
|