You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just started using the example code in \docs\examples\custom_convert.py and find that there is missing: from docling.datamodel.pipeline_options import AcceleratorDevice, AcceleratorOptions
and the object 'Device' looks that has to be object 'AcceleratorDevice' (Device object does not exists)
Bug
Just started using the example code in \docs\examples\custom_convert.py and find that there is missing:
from docling.datamodel.pipeline_options import AcceleratorDevice, AcceleratorOptions
and the object 'Device' looks that has to be object 'AcceleratorDevice' (Device object does not exists)
Docling version
Docling version: 2.15.1
Python version
Python version: 3.11.7
I will check the other example code, fix it and create PR.
The text was updated successfully, but these errors were encountered: