-
Notifications
You must be signed in to change notification settings - Fork 294
Open
Description
Currently, the xDiT is not support NPU platform, and we prepare to add NPU support for xDiT.
We need to complete this task in several phases:
- Adapt a specific model for single-card execution. Add NPU support for one model in single card #566
- Adapt a specific model for multi-card execution with model parallelism.
- Support multiple models running on a single card (model adaptation).
- Enable multi-card parallelism for as many models as possible.
Here is the detail illustration of above stages:
- First, we will submit the PR for Phase 1, which adds support for running the
black-forest-labs/FLUX.1-devmodel on a single NPU. The main changes are in the environment and the parallel communication backend. Details can be found in the First PR: Add NPU support for one model in single card #566 .
Metadata
Metadata
Assignees
Labels
No labels