Schmadge commited on
Commit
dd6a508
·
1 Parent(s): 225c8e1

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +1 -1
handler.py CHANGED
@@ -3,7 +3,7 @@ import torch
3
  from transformers import AutoModelForCausalLM, AutoTokenizer
4
  from typing import Any, Dict
5
 
6
- class InstructionTextGenerationPipeline:
7
  def __init__(
8
  self,
9
  path,
 
3
  from transformers import AutoModelForCausalLM, AutoTokenizer
4
  from typing import Any, Dict
5
 
6
+ class EndpointHandler:
7
  def __init__(
8
  self,
9
  path,