mirror of
https://github.com/DS4SD/docling.git
synced 2025-08-01 15:02:21 +00:00
chore: fix leftover .to(device)
Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
This commit is contained in:
parent
5cd0fdd258
commit
b88440a7c9
@ -85,7 +85,7 @@ class HuggingFaceVlmModel(BasePageModel):
|
|||||||
and accelerator_options.cuda_use_flash_attention2
|
and accelerator_options.cuda_use_flash_attention2
|
||||||
else "eager"
|
else "eager"
|
||||||
),
|
),
|
||||||
).to(self.device)
|
) # .to(self.device)
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def download_models(
|
def download_models(
|
||||||
|
Loading…
Reference in New Issue
Block a user