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
Actually when running the code that previously went perfect and zero problems, now I got the error message:
Could not load the custom kernel for multi-scale deformable attention: /home/randbee/.cache/torch_extensions/py310_cu124/MultiScaleDeformableAttention/MultiScaleDeformableAttention.so: cannot open shared object file: No such file or directory
Anyone experience the same thing?
Seems like the installation of docling is missing some file related to pytorch.
Hey there,
Actually when running the code that previously went perfect and zero problems, now I got the error message:
Could not load the custom kernel for multi-scale deformable attention: /home/randbee/.cache/torch_extensions/py310_cu124/MultiScaleDeformableAttention/MultiScaleDeformableAttention.so: cannot open shared object file: No such file or directory
Anyone experience the same thing?
Seems like the installation of docling is missing some file related to pytorch.
I already tried to:
pip install docling --extra-index-url https://download.pytorch.org/whl/cpu
As I am running the process on a CPU.
The text was updated successfully, but these errors were encountered: