Skip to content

[make repo-consistency] weird warning #21031

@stas00

Description

@stas00

This doesn't make sense:

You are using torch==1.13.0, but torch>=1.9.0 is required to use MCTCTModel. Please upgrade torch.

since: 1.13 > 1.9 - a wrong comparison function?

full output:

$ make repo-consistency
python utils/check_copies.py
python utils/check_table.py
python utils/check_dummies.py
python utils/check_repo.py
Checking all models are included.
Checking all models are public.
You are using torch==1.13.0, but torch>=1.9.0 is required to use MCTCTModel. Please upgrade torch.
Checking all models are properly tested.
Checking all objects are properly documented.
[...]

@sgugger

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