Kukedlc commited on
Commit
c75c835
·
verified ·
1 Parent(s): 570bfc2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -11,8 +11,8 @@ from huggingface_hub import hf_hub_download
11
  token_huggingface = os.getenv("HUGGINGFACE_TOKEN")
12
 
13
  hf_hub_download(
14
- repo_id="google/gemma-2-2b-it-GGUF",
15
- filename="2b_it_v2.gguf",
16
  local_dir="./modelos",
17
  token=token_huggingface
18
  )
 
11
  token_huggingface = os.getenv("HUGGINGFACE_TOKEN")
12
 
13
  hf_hub_download(
14
+ repo_id="bartowski/gemma-2-2b-it-abliterated-GGUF",
15
+ filename="gemma-2-2b-it-abliterated-Q4_K_M.gguf",
16
  local_dir="./modelos",
17
  token=token_huggingface
18
  )