radames commited on
Commit
2414e27
·
1 Parent(s): 7794339

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=5000, # 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=50, # change n_gpu_layers if you have more or less VRAM
16
  )
17
 
18
  history = []