Bashir Rastegarpanah commited on
Commit
4312fd6
1 Parent(s): ec0497f
Files changed (1) hide show
  1. handler.py +1 -1
handler.py CHANGED
@@ -4,7 +4,7 @@ from transformers import AutoTokenizer, AutoModelForSequenceClassification
4
 
5
  class EndpointHandler:
6
  def __init__(self,
7
- path=""
8
  ):
9
  # Preload all the elements you are going to need at inference.
10
  # pseudo:
 
4
 
5
  class EndpointHandler:
6
  def __init__(self,
7
+ path="BashirRP/llm_judge_fiddler/adapter_model.safetensors"
8
  ):
9
  # Preload all the elements you are going to need at inference.
10
  # pseudo: