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 9845df3 commit c2b0215
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/diffusers/models/embeddings.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
from .activations import FP32SiLU, get_activation
from .attention_processor import Attention

from iree.turbine.ops.iree import trace_tensor


def get_timestep_embedding(
timesteps: torch.Tensor,
Expand Down

0 comments on commit c2b0215

Please sign in to comment.