Pereki commited on
Commit
61e9d9d
1 Parent(s): b82ae24

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +1 -1
handler.py CHANGED
@@ -1,6 +1,6 @@
1
  from typing import Dict, List, Any
2
  from transformers import pipeline, AutoModelForCausalLM, AutoTokenizer, BitsAndBytesConfig
3
-
4
 
5
  class EndpointHandler():
6
  def __init__(self, path=""):
 
1
  from typing import Dict, List, Any
2
  from transformers import pipeline, AutoModelForCausalLM, AutoTokenizer, BitsAndBytesConfig
3
+ import torch
4
 
5
  class EndpointHandler():
6
  def __init__(self, path=""):