Skip to content

Remove DP in inference #26

@Yokto13

Description

@Yokto13

Some parts of the codebase use DP to distribute inference workload over multiple devices. This is inefficient as DP re-distributes the model to all devices on every batch.

We should check where it is uses and change to manually placing models on devices and manually sending and syncing batches.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions