Cran-May commited on
Commit
5275314
·
1 Parent(s): e68c88f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ def get_system_tokens(model):
43
 
44
 
45
  repo_name = "TheBloke/CausalLM-14B-GGUF"
46
- model_name = "causallm_14b.Q4_0.gguf"
47
 
48
  snapshot_download(repo_id=repo_name, local_dir=".", allow_patterns=model_name)
49
 
 
43
 
44
 
45
  repo_name = "TheBloke/CausalLM-14B-GGUF"
46
+ model_name = "causallm_14b.Q4_1.gguf"
47
 
48
  snapshot_download(repo_id=repo_name, local_dir=".", allow_patterns=model_name)
49