mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-31 14:34:40 +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
|
||||
else "eager"
|
||||
),
|
||||
).to(self.device)
|
||||
) # .to(self.device)
|
||||
|
||||
@staticmethod
|
||||
def download_models(
|
||||
|
Loading…
Reference in New Issue
Block a user