Skip to content

[BUG]: should remove the requirement for torch_version.major == 1 if ColossalAI supports torch 2.0 #3876

@MaruyamaAya

Description

@MaruyamaAya

🐛 Describe the bug

colossalai/cli/launcher/run.py line 157, in get_launch_command
assert torch_version.major == 1
If ColossalAI already supports torch2.0 then we should modify the code.

Environment

Conda installed torch 2.0 by default as the version is not specified in requirements.txt in the tutorial examples.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions