Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,8 +4,8 @@ from huggingface_hub import hf_hub_download
|
|
| 4 |
|
| 5 |
# 1. Download GGUF file from your Repo
|
| 6 |
model_path = hf_hub_download(
|
| 7 |
-
repo_id="SALEETAI/coding-agent-qwen-sft-
|
| 8 |
-
filename="coding-agent-qwen-sft-
|
| 9 |
)
|
| 10 |
|
| 11 |
# 2. Initialize the model
|
|
|
|
| 4 |
|
| 5 |
# 1. Download GGUF file from your Repo
|
| 6 |
model_path = hf_hub_download(
|
| 7 |
+
repo_id="SALEETAI/coding-agent-qwen-sft-v3-GGUF",
|
| 8 |
+
filename="coding-agent-qwen-sft-v3-GGUF.q4_k_m.gguf"
|
| 9 |
)
|
| 10 |
|
| 11 |
# 2. Initialize the model
|