Update handler.py
Browse files- handler.py +1 -1
handler.py
CHANGED
@@ -18,7 +18,7 @@ class EndpointHandler:
|
|
18 |
# Carrega el processador i model de forma global
|
19 |
self.processor = LlavaNextProcessor.from_pretrained("llava-hf/llava-v1.6-mistral-7b-hf")
|
20 |
self.model = LlavaNextForConditionalGeneration.from_pretrained(
|
21 |
-
"
|
22 |
quantization_config=quantization_config,
|
23 |
device_map="auto"
|
24 |
)
|
|
|
18 |
# Carrega el processador i model de forma global
|
19 |
self.processor = LlavaNextProcessor.from_pretrained("llava-hf/llava-v1.6-mistral-7b-hf")
|
20 |
self.model = LlavaNextForConditionalGeneration.from_pretrained(
|
21 |
+
"rroset/llava-v1.6-34b",
|
22 |
quantization_config=quantization_config,
|
23 |
device_map="auto"
|
24 |
)
|