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

Update handler.py

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