MrOvkill commited on
Commit
93a7cc3
1 Parent(s): 01440e6

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +1 -1
handler.py CHANGED
@@ -3,7 +3,7 @@ from llama_cpp import Llama
3
  import torch
4
 
5
  MAX_TOKENS=8192
6
- GPU_LaYERS=99
7
 
8
  class EndpointHandler():
9
  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):