MrOvkill commited on
Commit
01440e6
·
verified ·
1 Parent(s): 5b5a6aa

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +1 -0
handler.py CHANGED
@@ -3,6 +3,7 @@ from llama_cpp import Llama
3
  import torch
4
 
5
  MAX_TOKENS=8192
 
6
 
7
  class EndpointHandler():
8
  def __init__(self, data):
 
3
  import torch
4
 
5
  MAX_TOKENS=8192
6
+ GPU_LaYERS=99
7
 
8
  class EndpointHandler():
9
  def __init__(self, data):