captain-awesome commited on
Commit
b600572
·
verified ·
1 Parent(s): e8e8cf3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ def main():
77
 
78
  llm = CTransformers(
79
  # model = "TheBloke/Mistral-7B-Instruct-v0.2-GGUF",
80
- model= "TheBloke/Llama-2-7B-Chat-GGUF,
81
  model_file = "llama-2-7b-chat.Q3_K_S.gguf",
82
  model_type="llama",
83
  max_new_tokens = 300,
 
77
 
78
  llm = CTransformers(
79
  # model = "TheBloke/Mistral-7B-Instruct-v0.2-GGUF",
80
+ model= "TheBloke/Llama-2-7B-Chat-GGUF",
81
  model_file = "llama-2-7b-chat.Q3_K_S.gguf",
82
  model_type="llama",
83
  max_new_tokens = 300,