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