prithivMLmods commited on
Commit
b547abf
·
verified ·
1 Parent(s): 26b2418

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ from huggingface_hub import hf_hub_download
12
  # モデルのダウンロード
13
  hf_hub_download(
14
  repo_id="mradermacher/Viper-Coder-32B-Elite13-GGUF",
15
- filename="Viper-Coder-32B-Elite13.Q4_K_M.gguf",
16
  local_dir="./models"
17
  )
18
 
 
12
  # モデルのダウンロード
13
  hf_hub_download(
14
  repo_id="mradermacher/Viper-Coder-32B-Elite13-GGUF",
15
+ filename="Viper-Coder-32B-Elite13.Q2_K.gguf",
16
  local_dir="./models"
17
  )
18