Cran-May commited on
Commit
cf340cc
·
1 Parent(s): cccbca4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -42,8 +42,8 @@ def get_system_tokens(model):
42
  return get_message_tokens(model, **system_message)
43
 
44
 
45
- repo_name = "TheBloke/llama-2-13B-Guanaco-QLoRA-GGUF"
46
- model_name = "llama-2-13b-guanaco-qlora.Q4_K_S.gguf"
47
 
48
  snapshot_download(repo_id=repo_name, local_dir=".", allow_patterns=model_name)
49
 
 
42
  return get_message_tokens(model, **system_message)
43
 
44
 
45
+ repo_name = "TheBloke/guanaco-13B-GGUF"
46
+ model_name = "guanaco-13B.Q4_K_S.gguf"
47
 
48
  snapshot_download(repo_id=repo_name, local_dir=".", allow_patterns=model_name)
49