Skip to content

Compatibility issues with mmcv, newer pytorch versions #1048

Open
@picagrad

Description

There seems to be a complicated compatibility issues caused by mmyolo's reliance on older versions of mmcv (<2.1.0).
I have not been able to solve this myself, hoping you can tackle this through updating compatibility of mmyolo, or perhaps through some changes to the available wheels of mmcv (going to post this issue there as well).

For example the issue comes up with the following torch/python/cuda combination (but also many others)

  • python 3.11.9
  • torch 2.5.1 (with CUDA12.4)

Under these conditions there is no way to successfully build a version mmcv that supports mmyolo
One can revert to older versions of torch and cuda, but that comes with its own set of issues elsewhere.

Any chance this compatibility issue can be solved? Or any idea for a workaround? perhaps using mmdet?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions