SALEETAI commited on
Commit
01873b1
·
verified ·
1 Parent(s): 3424ab1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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-v2-GGUF",
8
- filename="coding-agent-qwen-sft-v2-GGUF.q4_k_m.gguf"
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