Skip to content
This repository was archived by the owner on Nov 1, 2024. It is now read-only.
This repository was archived by the owner on Nov 1, 2024. It is now read-only.

world_size = model_parallel_size, ddp_size = 1 is broken #572

@stephenroller

Description

@stephenroller

🐛 Bug

Error message you'll get:

RuntimeError: "adam_cuda_kernel" not implemented for 'BFloat16'

Expected Behavior

Model loads and can train without an issue

Workaround:

Don't allow ddp_size = 1. This is most common in testing runs with 8 gpus and model parallel 8. As an alternative, use model parallel 4.

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