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
When using docling v2.31 on macOS and attempting to install mlx-vlm for Apple Silicon support, there is a dependency conflict with docling-ibm-models due to incompatible transformers version requirements.
This makes it impossible to install both mlx-vlm and docling-ibm-models in the same environment, as their required transformers versions do not overlap. This is a significant issue for users who want to leverage both IBM models and Apple Silicon acceleration in the same project.
Even if I attempt to downgrade mlx-vlm to match the transformers version required by docling-ibm-models, it is not feasible because other dependencies are too old and cannot be downgraded to such versions.
Please consider updating the transformers version constraint in docling-ibm-models to allow compatibility with mlx-vlm and recent versions of transformers, or provide guidance on how to use both packages together in a single environment.