Skip to content

Doesn't run on CPUs when accelerator="ddp_cpu" on TPUs #7810

@kaushikb11

Description

@kaushikb11

🐛 Bug

Doesn't run on CPUs when accelerator="ddp_cpu" is selected for Trainer on TPUs

To Reproduce

    model = BoringModel()
    trainer = Trainer(
        accelerator="ddp_cpu",
        tpu_cores=8,
        max_epochs=5,
    )

Metadata

Metadata

Labels

bugSomething isn't workinghelp wantedOpen to be worked onpriority: 0High priority task

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions