Join the conversation

Join the community of Machine Learners and AI enthusiasts.

Sign Up
sayakpaulΒ 
posted an update 15 days ago
Post
2497
We're introducing experimental support for device_map in Diffusers πŸ€—

If you have multiple GPUs you want to use to distribute the pipeline models, you can do so. Additionally, this becomes more useful when you have multiple low-VRAM GPUs.

Documentation:
https://huggingface.co/docs/diffusers/main/en/training/distributed_inference#device-placement

🚨 Currently, only "balanced" device mapping strategy is supported.
In this post