chore: fix leftover .to(device)

Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
This commit is contained in:
Christoph Auer 2025-02-26 12:53:43 +01:00
parent 5cd0fdd258
commit b88440a7c9

View File

@ -85,7 +85,7 @@ class HuggingFaceVlmModel(BasePageModel):
and accelerator_options.cuda_use_flash_attention2
else "eager"
),
).to(self.device)
) # .to(self.device)
@staticmethod
def download_models(