MrOvkill commited on
Commit
89c1b74
1 Parent(s): 937acbc

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +1 -1
handler.py CHANGED
@@ -2,7 +2,7 @@ import json
2
  import os
3
  from typing import Dict, List, Any
4
  import torch
5
- from transformers import AutoModelForCausalLM, AutoTokenizer
6
 
7
  PROMPT_FORMAT= """
8
  <|user|>
 
2
  import os
3
  from typing import Dict, List, Any
4
  import torch
5
+ from transformers import pipeline
6
 
7
  PROMPT_FORMAT= """
8
  <|user|>