prithivMLmods commited on
Commit
884dcd3
Β·
verified Β·
1 Parent(s): 7e25e49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -13,14 +13,14 @@ from huggingface_hub import hf_hub_download
13
  huggingface_token = os.getenv("HUGGINGFACE_TOKEN")
14
 
15
  hf_hub_download(
16
- repo_id="prithivMLmods/GWQ-9B-Preview2-GGUF",
17
- filename="gemma with question prev 1 gguf/gemma-with-question-prev-1-f16.gguf",
18
  local_dir="./models"
19
  )
20
 
21
  hf_hub_download(
22
- repo_id="SanctumAI/gemma-2-9b-it-GGUF",
23
- filename="gemma-2-9b-it.f16.gguf",
24
  local_dir="./models"
25
  )
26
 
 
13
  huggingface_token = os.getenv("HUGGINGFACE_TOKEN")
14
 
15
  hf_hub_download(
16
+ repo_id="prithivMLmods/GWQ-9B-Preview-Q5_K_M-GGUF",
17
+ filename="gwq-9b-preview-q5_k_m.gguf",
18
  local_dir="./models"
19
  )
20
 
21
  hf_hub_download(
22
+ repo_id="prithivMLmods/GWQ-9B-Preview2-Q5_K_M-GGUF",
23
+ filename="gwq-9b-preview2-q5_k_m.gguf",
24
  local_dir="./models"
25
  )
26