devve1 commited on
Commit
c7e3833
1 Parent(s): c42b490

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -188,8 +188,8 @@ def load_models_and_documents():
188
  repo_id="MaziyarPanahi/Llama-3-8B-Instruct-32k-v0.1-GGUF",
189
  filename="*Q8_0.gguf",
190
  verbose=False,
191
- chat_format="chatml",
192
- n_ctx=16000,
193
  n_gpu_layers=32
194
  )
195
 
 
188
  repo_id="MaziyarPanahi/Llama-3-8B-Instruct-32k-v0.1-GGUF",
189
  filename="*Q8_0.gguf",
190
  verbose=False,
191
+ chat_format="llama-3",
192
+ n_ctx=16384,
193
  n_gpu_layers=32
194
  )
195