We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff8ef45 commit 26a5a5cCopy full SHA for 26a5a5c
src/diffusers/models/_modeling_parallel.py
@@ -1,4 +1,6 @@
1
-# Experimental parallelism support for Diffusers.
+# 🚨🚨🚨 Experimental parallelism support for Diffusers 🚨🚨🚨
2
+# Experimental changes are subject to change and APIs may break without warning.
3
+
4
# Copyright 2025 The HuggingFace Team. All rights reserved.
5
#
6
# Licensed under the Apache License, Version 2.0 (the "License");
src/diffusers/models/attention_dispatch.py
@@ -21,7 +21,6 @@
21
22
import torch
23
import torch.distributed._functional_collectives as funcol
24
-import torch.distributed.tensor
25
26
from ..utils import (
27
get_logger,
0 commit comments