Update handler.py
Browse files- 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-
|
| 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,
|