Skip to content

MiniCPMO MAX_TRANSFORMERS_VERSION #1562

@RyanMetcalfeInt8

Description

@RyanMetcalfeInt8

It's a well-known issue that openbmb/MiniCPM-o-2_6 only works with transformers versions up to 4.51.3, hence the MAX_TRANSFORMERS_VERSION defined here:

MAX_TRANSFORMERS_VERSION = "4.51.3"

In our case we have a patched variant of openbmb/MiniCPM-o-2_6 which resolves the issues for transformers > 4.51.3, but are unable to attempt the export due to this check.

Is there a way that we can override or disable the version checks? If not, it would be nice to have such a mechanism.

Metadata

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