arjunanand13 commited on
Commit
9525474
·
verified ·
1 Parent(s): f84923c

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +1 -1
handler.py CHANGED
@@ -22,7 +22,7 @@ class EndpointHandler:
22
  self.device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
23
  print(f"Using device: {self.device}")
24
 
25
- self.model_name = "arjunanand13/florence-enphaseall2-30e"
26
  self.model = AutoModelForCausalLM.from_pretrained(
27
  self.model_name,
28
  trust_remote_code=True,
 
22
  self.device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
23
  print(f"Using device: {self.device}")
24
 
25
+ self.model_name = "arjunanand13/florence-enphaseall2-25e"
26
  self.model = AutoModelForCausalLM.from_pretrained(
27
  self.model_name,
28
  trust_remote_code=True,