Skip to content

Commit

Permalink
Remove trace tensor import
Browse files Browse the repository at this point in the history
  • Loading branch information
monorimet authored Oct 21, 2024
1 parent fca148c commit 9845df3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/diffusers/models/attention_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
from ..utils.import_utils import is_torch_npu_available, is_xformers_available
from ..utils.torch_utils import maybe_allow_in_graph
from .lora import LoRALinearLayer
#from iree.turbine.ops.iree import trace_tensor


logger = logging.get_logger(__name__) # pylint: disable=invalid-name
Expand Down

0 comments on commit 9845df3

Please sign in to comment.