Tijmen2 commited on
Commit
e0f44e0
·
verified ·
1 Parent(s): 6b2aec8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ llm = Llama(
13
  model_path=model_path,
14
  n_ctx=2048,
15
  chat_format="llama-3",
16
- n_gpu_layers=-1, # ensure all layers are on GPU
17
  flash_attn=True,
18
  )
19
 
 
13
  model_path=model_path,
14
  n_ctx=2048,
15
  chat_format="llama-3",
16
+ n_gpu_layers=50, # ensure all layers are on GPU
17
  flash_attn=True,
18
  )
19