Update handler.py
Browse files- 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):
|