radames commited on
Commit
e1400d9
·
1 Parent(s): eee4d14

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -13,6 +13,7 @@ llm = Llama(
13
  filename="WizardLM-7B-uncensored.ggmlv3.q4_0.bin",
14
  ),
15
  n_ctx=2048,
 
16
  ) # download model from hf/ n_ctx=2048 for high ccontext length
17
 
18
  history = []
 
13
  filename="WizardLM-7B-uncensored.ggmlv3.q4_0.bin",
14
  ),
15
  n_ctx=2048,
16
+ n_gpu_layers=30
17
  ) # download model from hf/ n_ctx=2048 for high ccontext length
18
 
19
  history = []