Spaces:
Running
Running
Commit ·
33cad51
1
Parent(s): 7125116
Added finetuned model
Browse files
app.py
CHANGED
|
@@ -15,8 +15,8 @@ from datetime import datetime, timezone
|
|
| 15 |
# ----- Get Model ----- #
|
| 16 |
# Download Q4_K_M GGUF file from the repo
|
| 17 |
model_path = hf_hub_download(
|
| 18 |
-
repo_id="unsloth/Qwen3-Coder-30B-A3B-Instruct-GGUF
|
| 19 |
-
filename="Qwen3-Coder-30B-A3B-Instruct-UD-Q3_K_XL.gguf
|
| 20 |
)
|
| 21 |
|
| 22 |
# Initialize llama.cpp with the local cached path
|
|
|
|
| 15 |
# ----- Get Model ----- #
|
| 16 |
# Download Q4_K_M GGUF file from the repo
|
| 17 |
model_path = hf_hub_download(
|
| 18 |
+
repo_id="build-small-hackathon/codeflow-qwen-3-finetuning", # fallback: unsloth/Qwen3-Coder-30B-A3B-Instruct-GGUF
|
| 19 |
+
filename="qwen3-coder-codeflow-Q3_K_L.gguf" # fallback: Qwen3-Coder-30B-A3B-Instruct-UD-Q3_K_XL.gguf
|
| 20 |
)
|
| 21 |
|
| 22 |
# Initialize llama.cpp with the local cached path
|