Update handler.py
Browse files- handler.py +1 -1
handler.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
from typing import Dict, List, Any
|
2 |
-
from transformers import
|
3 |
import torch
|
4 |
|
5 |
class EndpointHandler:
|
|
|
1 |
from typing import Dict, List, Any
|
2 |
+
from transformers import AutoTokenizer, AutoModelForCausalLM
|
3 |
import torch
|
4 |
|
5 |
class EndpointHandler:
|