Tobias Bergmann commited on
Commit
fa8a778
·
1 Parent(s): 785de3c

use 500M model

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -12,8 +12,8 @@ DEFAULT_MAX_NEW_TOKENS = 200
12
 
13
  # Download the GGUF file
14
  model_path = hf_hub_download(
15
- repo_id="ijohn07/arco-plus-Q8_0-GGUF",
16
- filename="arco-plus-q8_0.gguf",
17
  repo_type="model"
18
  )
19
  # Load the GGUF model
 
12
 
13
  # Download the GGUF file
14
  model_path = hf_hub_download(
15
+ repo_id="TobDeBer/arco-Q4_K_M-GGUF",
16
+ filename="arco-q4_k_m.gguf",
17
  repo_type="model"
18
  )
19
  # Load the GGUF model