Cran-May commited on
Commit
491344f
·
1 Parent(s): 2e3e984

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -45,8 +45,8 @@ def get_system_tokens(model):
45
  return get_message_tokens(model, **system_message)
46
 
47
 
48
- repo_name = "TheBloke/CausalLM-7B-GGUF"
49
- model_name = "causallm_7b.Q6_K.gguf"
50
  snapshot_download(repo_id=repo_name, local_dir=".", allow_patterns=model_name)
51
 
52
  model = Llama(
 
45
  return get_message_tokens(model, **system_message)
46
 
47
 
48
+ repo_name = "TheBloke/CausalLM-14B-GGUF"
49
+ model_name = "causallm_14b.Q4_1.gguf"
50
  snapshot_download(repo_id=repo_name, local_dir=".", allow_patterns=model_name)
51
 
52
  model = Llama(