Abhaykoul commited on
Commit
374c5de
1 Parent(s): b628d4a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ def respond(
43
  flash_attn=True,
44
  n_gpu_layers=81,
45
  n_batch=1024,
46
- n_ctx=4096,
47
  )
48
  llm_model = model
49
 
 
43
  flash_attn=True,
44
  n_gpu_layers=81,
45
  n_batch=1024,
46
+ n_ctx=8192,
47
  )
48
  llm_model = model
49