Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -6,8 +6,8 @@ from huggingface_hub import hf_hub_download
|
|
6 |
|
7 |
model = Llama(
|
8 |
model_path=hf_hub_download(
|
9 |
-
repo_id=
|
10 |
-
filename=
|
11 |
)
|
12 |
)
|
13 |
|
|
|
6 |
|
7 |
model = Llama(
|
8 |
model_path=hf_hub_download(
|
9 |
+
repo_id="unsloth/Qwen3-8B-GGUF",
|
10 |
+
filename="Qwen3-8B-UD-Q8_K_XL.gguf",
|
11 |
)
|
12 |
)
|
13 |
|