radames commited on
Commit
2a43474
·
1 Parent(s): c2ba531

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ llm = Llama(
12
  filename="llama-2-7b-chat.ggmlv3.q5_0.bin",
13
  ),
14
  n_ctx=2048,
15
- n_gpu_layers=500, # change n_gpu_layers if you have more or less VRAM
16
  )
17
 
18
  history = []
 
12
  filename="llama-2-7b-chat.ggmlv3.q5_0.bin",
13
  ),
14
  n_ctx=2048,
15
+ n_gpu_layers=1500, # change n_gpu_layers if you have more or less VRAM
16
  )
17
 
18
  history = []